Html Css Color HEX #8CEBCC Riptide

📋 copy color: '#8CEBCC'

red 140 ◦ green 235 ◦ blue 204

#8CEBCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Riptide #8CEBCC

Tints of Riptide #8CEBCC

RGB

 RED value IS 140 (55.08% from 255) = 24.18%

 GREEN value IS 235 (92.19% from 255) = 40.59%

 BLUE value IS 204 (80.08% from 255) = 35.23%

R = 24.18%
G = 40.59%
B = 35.23%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#8CEBCC (or 0x8CEBCC) is known color: Riptide. HEX triplet: 8C, EB and CC. RGB value is (140,235,204). Sum of RGB (Red+Green+Blue) = 140+235+204=579 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.18% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEBCC is #731433. Grayscale: #CBCBCB. Windows color (decimal): -7541812 or 13429644. OLE color: 13429644.

HSL color Cylindrical-coordinate representation of color #8CEBCC: hue angle of 160.42º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CEBCC is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 235 204 -
CMYK 0.40 0 0.13 0.08
HSL 160.42º 0.7% 0.74% -
HSV(B) 160.42º 0.4% 0.92% -
XYZ 51.42 69.35 67.8 -
YUV 203.06 128.53 83.02 -
System Red Green Blue C M Y K H S L
Decimal 140 235 204 0.40 0 0.13 0.08 160.42 0.7 0.74
Hex 8C EB CC 28 0 D 8 A0 46 4A
Octal 214 353 314 50 0 15 10 240 106 112
Binary 10001100 11101011 11001100 101000 0 1101 1000 10100000 1000110 1001010

Color Harmonies of #8CEBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEBCC

Black with #8CEBCC

Text Example


Text Example

White with #8CEBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,235,204); }

 H1.HeaderClassName
 {
   color: #8CEBCC;
 }
 .AnyTagClassName
 {
   color: #8CEBCC;
 }
</style>

background-color css

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

 a { background-color: rgb(140,235,204); }

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

border-color css

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

 span { border-color: rgb(140,235,204); }

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