Html Css Color HEX #8ED4CC Riptide

📋 copy color: '#8ED4CC'

red 142 ◦ green 212 ◦ blue 204

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

Shades of Riptide #8ED4CC

Tints of Riptide #8ED4CC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.99%

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

R = 25.45%
G = 37.99%
B = 36.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#8ED4CC (or 0x8ED4CC) is known color: Riptide. HEX triplet: 8E, D4 and CC. RGB value is (142,212,204). Sum of RGB (Red+Green+Blue) = 142+212+204=558 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.45% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED4CC is #712B33. Grayscale: #BEBEBE. Windows color (decimal): -7416628 or 13423758. OLE color: 13423758.

HSL color Cylindrical-coordinate representation of color #8ED4CC: hue angle of 173.14º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ED4CC is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 142 212 204 -
CMYK 0.33 0 0.04 0.17
HSL 173.14º 0.45% 0.69% -
HSV(B) 173.14º 0.33% 0.83% -
XYZ 45.6 57.2 65.76 -
YUV 190.16 135.81 93.65 -
System Red Green Blue C M Y K H S L
Decimal 142 212 204 0.33 0 0.04 0.17 173.14 0.45 0.69
Hex 8E D4 CC 21 0 4 11 AD 2D 45
Octal 216 324 314 41 0 4 21 255 55 105
Binary 10001110 11010100 11001100 100001 0 100 10001 10101101 101101 1000101

Color Harmonies of #8ED4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED4CC

Black with #8ED4CC

Text Example


Text Example

White with #8ED4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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