#8CCFCB

Color #8CCFCB Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #8CCFCB

Tints of Riptide #8CCFCB

Color information

#8CCFCB (or 0x8CCFCB) is unknown color: approx Riptide. HEX triplet: 8C, CF and CB. RGB value is (140,207,203). Sum of RGB (Red+Green+Blue) = 140+207+203=550 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.45% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCFCB is #733034. Grayscale: #BABABA. Windows color (decimal): -7548981 or 13356940. OLE color: 13356940.

HSL color Cylindrical-coordinate representation of color #8CCFCB: hue angle of 176.42º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCFCB is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB140207203-
CMYK0.3200.020.19
HSL176.42º41.1%68.04%-
HSV(B)176.42º32.37%81.18%-
XYZ43.9154.5164.71-
YUV186.51137.394.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 25.45%
GREEN value IS 207 (81.25% from 255) = 37.64%
BLUE value IS 203 (79.69% from 255) = 36.91%
R=25.45%
G=37.64%
B=36.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1402072030.3200.020.19176.4241.168.04
Hex8CCFCB200213b02944
Octal21431731340022326051104
Binary10001100110011111100101110000001010011101100001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CCFCB; }

 p { color: rgb(140,207,203); }

 H1.HeaderClassName
 {
   color: #8CCFCB;
 }
 .AnyTagClassName
 {
   color: #8CCFCB;
 }
</style>
background-color css

<style>
 a { background-color: #8CCFCB; }

 a { background-color: rgb(140,207,203); }

 div.DivClassName
 {
   background-color: #8CCFCB;
 }
 .BgClassName
 {
   background-color: #8CCFCB;
 }
</style>
border-color css

<style>
 span { border-color: #8CCFCB; }

 span { border-color: rgb(140,207,203); }

 td.TdClassName
 {
   border-color: #8CCFCB;
 }
 .TagClassName
 {
   border-color: #8CCFCB;
 }
</style>