Html Css Color HEX #8EE5CA Riptide

📋 copy color: '#8EE5CA'

red 142 ◦ green 229 ◦ blue 202

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

Shades of Riptide #8EE5CA

Tints of Riptide #8EE5CA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.97%

 BLUE value IS 202 (79.3% from 255) = 35.25%

R = 24.78%
G = 39.97%
B = 35.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#8EE5CA (or 0x8EE5CA) is known color: Riptide. HEX triplet: 8E, E5 and CA. RGB value is (142,229,202). Sum of RGB (Red+Green+Blue) = 142+229+202=573 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.78% from 573); Green value is 229 (89.84% from 255 or 39.97% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 229 - color contains mainly: green. Hex color #8EE5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EE5CA is #711A35. Grayscale: #C7C7C7. Windows color (decimal): -7412278 or 13297038. OLE color: 13297038.

HSL color Cylindrical-coordinate representation of color #8EE5CA: hue angle of 161.38º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EE5CA is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 142 229 202 -
CMYK 0.38 0 0.12 0.10
HSL 161.38º 0.63% 0.73% -
HSV(B) 161.38º 0.38% 0.9% -
XYZ 49.84 66.05 66 -
YUV 199.91 129.18 86.7 -
System Red Green Blue C M Y K H S L
Decimal 142 229 202 0.38 0 0.12 0.10 161.38 0.63 0.73
Hex 8E E5 CA 26 0 C A A1 3F 49
Octal 216 345 312 46 0 14 12 241 77 111
Binary 10001110 11100101 11001010 100110 0 1100 1010 10100001 111111 1001001

Color Harmonies of #8EE5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE5CA

Black with #8EE5CA

Text Example


Text Example

White with #8EE5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,229,202); }

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

background-color css

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

 a { background-color: rgb(142,229,202); }

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

border-color css

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

 span { border-color: rgb(142,229,202); }

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