Html Css Color HEX #8EDDD3 Riptide

📋 copy color: '#8EDDD3'

red 142 ◦ green 221 ◦ blue 211

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

Shades of Riptide #8EDDD3

Tints of Riptide #8EDDD3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.5%

 BLUE value IS 211 (82.81% from 255) = 36.76%

R = 24.74%
G = 38.5%
B = 36.76%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#8EDDD3 (or 0x8EDDD3) is known color: Riptide. HEX triplet: 8E, DD and D3. RGB value is (142,221,211). Sum of RGB (Red+Green+Blue) = 142+221+211=574 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.74% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 211 (82.81% from 255 or 36.76% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDDD3 is #71222C. Grayscale: #C4C4C4. Windows color (decimal): -7414317 or 13884814. OLE color: 13884814.

HSL color Cylindrical-coordinate representation of color #8EDDD3: hue angle of 172.41º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDDD3 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 221 211 -
CMYK 0.36 0 0.05 0.13
HSL 172.41º 0.54% 0.71% -
HSV(B) 172.41º 0.36% 0.87% -
XYZ 48.77 62.17 71.06 -
YUV 196.24 136.33 89.31 -
System Red Green Blue C M Y K H S L
Decimal 142 221 211 0.36 0 0.05 0.13 172.41 0.54 0.71
Hex 8E DD D3 24 0 5 D AC 36 47
Octal 216 335 323 44 0 5 15 254 66 107
Binary 10001110 11011101 11010011 100100 0 101 1101 10101100 110110 1000111

Color Harmonies of #8EDDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDDD3

Black with #8EDDD3

Text Example


Text Example

White with #8EDDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,221,211); }

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

background-color css

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

 a { background-color: rgb(142,221,211); }

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

border-color css

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

 span { border-color: rgb(142,221,211); }

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