Html Css Color HEX #8ED2CC Riptide

📋 copy color: '#8ED2CC'

red 142 ◦ green 210 ◦ blue 204

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

Shades of Riptide #8ED2CC

Tints of Riptide #8ED2CC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.77%

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

R = 25.54%
G = 37.77%
B = 36.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#8ED2CC (or 0x8ED2CC) is known color: Riptide. HEX triplet: 8E, D2 and CC. RGB value is (142,210,204). Sum of RGB (Red+Green+Blue) = 142+210+204=556 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.54% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED2CC is #712D33. Grayscale: #BCBCBC. Windows color (decimal): -7417140 or 13423246. OLE color: 13423246.

HSL color Cylindrical-coordinate representation of color #8ED2CC: hue angle of 174.71º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ED2CC is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 210 204 -
CMYK 0.32 0 0.03 0.18
HSL 174.71º 0.43% 0.69% -
HSV(B) 174.71º 0.32% 0.82% -
XYZ 45.1 56.2 65.6 -
YUV 188.98 136.47 94.49 -
System Red Green Blue C M Y K H S L
Decimal 142 210 204 0.32 0 0.03 0.18 174.71 0.43 0.69
Hex 8E D2 CC 20 0 3 12 AF 2B 45
Octal 216 322 314 40 0 3 22 257 53 105
Binary 10001110 11010010 11001100 100000 0 11 10010 10101111 101011 1000101

Color Harmonies of #8ED2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED2CC

Black with #8ED2CC

Text Example


Text Example

White with #8ED2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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