Html Css Color HEX #8EECCC Riptide

📋 copy color: '#8EECCC'

red 142 ◦ green 236 ◦ blue 204

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

Shades of Riptide #8EECCC

Tints of Riptide #8EECCC

RGB

 RED value IS 142 (55.86% from 255) = 24.4%

 GREEN value IS 236 (92.58% from 255) = 40.55%

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

R = 24.4%
G = 40.55%
B = 35.05%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#8EECCC (or 0x8EECCC) is known color: Riptide. HEX triplet: 8E, EC and CC. RGB value is (142,236,204). Sum of RGB (Red+Green+Blue) = 142+236+204=582 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.40% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #8EECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EECCC is #711333. Grayscale: #CCCCCC. Windows color (decimal): -7410484 or 13429902. OLE color: 13429902.

HSL color Cylindrical-coordinate representation of color #8EECCC: hue angle of 159.57º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EECCC is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 236 204 -
CMYK 0.40 0 0.14 0.07
HSL 159.57º 0.71% 0.74% -
HSV(B) 159.57º 0.4% 0.93% -
XYZ 52.05 70.1 67.91 -
YUV 204.25 127.86 83.6 -
System Red Green Blue C M Y K H S L
Decimal 142 236 204 0.40 0 0.14 0.07 159.57 0.71 0.74
Hex 8E EC CC 28 0 E 7 A0 47 4A
Octal 216 354 314 50 0 16 7 240 107 112
Binary 10001110 11101100 11001100 101000 0 1110 111 10100000 1000111 1001010

Color Harmonies of #8EECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EECCC

Black with #8EECCC

Text Example


Text Example

White with #8EECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,236,204); }

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

background-color css

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

 a { background-color: rgb(142,236,204); }

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

border-color css

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

 span { border-color: rgb(142,236,204); }

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