Html Css Color HEX #8EE5CF Riptide

📋 copy color: '#8EE5CF'

red 142 ◦ green 229 ◦ blue 207

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

Shades of Riptide #8EE5CF

Tints of Riptide #8EE5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.81%

R = 24.57%
G = 39.62%
B = 35.81%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#8EE5CF (or 0x8EE5CF) is known color: Riptide. HEX triplet: 8E, E5 and CF. RGB value is (142,229,207). Sum of RGB (Red+Green+Blue) = 142+229+207=578 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.57% from 578); Green value is 229 (89.84% from 255 or 39.62% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 229 - color contains mainly: green. Hex color #8EE5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EE5CF is #711A30. Grayscale: #C8C8C8. Windows color (decimal): -7412273 or 13624718. OLE color: 13624718.

HSL color Cylindrical-coordinate representation of color #8EE5CF: hue angle of 164.83º 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 #8EE5CF is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 142 229 207 -
CMYK 0.38 0 0.10 0.10
HSL 164.83º 0.63% 0.73% -
HSV(B) 164.83º 0.38% 0.9% -
XYZ 50.44 66.29 69.17 -
YUV 200.48 131.68 86.29 -
System Red Green Blue C M Y K H S L
Decimal 142 229 207 0.38 0 0.10 0.10 164.83 0.63 0.73
Hex 8E E5 CF 26 0 A A A5 3F 49
Octal 216 345 317 46 0 12 12 245 77 111
Binary 10001110 11100101 11001111 100110 0 1010 1010 10100101 111111 1001001

Color Harmonies of #8EE5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE5CF

Black with #8EE5CF

Text Example


Text Example

White with #8EE5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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