Html Css Color HEX #8EDCCB Riptide

📋 copy color: '#8EDCCB'

red 142 ◦ green 220 ◦ blue 203

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

Shades of Riptide #8EDCCB

Tints of Riptide #8EDCCB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.94%

 BLUE value IS 203 (79.69% from 255) = 35.93%

R = 25.13%
G = 38.94%
B = 35.93%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#8EDCCB (or 0x8EDCCB) is known color: Riptide. HEX triplet: 8E, DC and CB. RGB value is (142,220,203). Sum of RGB (Red+Green+Blue) = 142+220+203=565 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.13% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDCCB is #712334. Grayscale: #C2C2C2. Windows color (decimal): -7414581 or 13360270. OLE color: 13360270.

HSL color Cylindrical-coordinate representation of color #8EDCCB: hue angle of 166.92º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDCCB is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 220 203 -
CMYK 0.35 0 0.08 0.14
HSL 166.92º 0.53% 0.71% -
HSV(B) 166.92º 0.35% 0.86% -
XYZ 47.53 61.25 65.82 -
YUV 194.74 132.66 90.38 -
System Red Green Blue C M Y K H S L
Decimal 142 220 203 0.35 0 0.08 0.14 166.92 0.53 0.71
Hex 8E DC CB 23 0 8 E A7 35 47
Octal 216 334 313 43 0 10 16 247 65 107
Binary 10001110 11011100 11001011 100011 0 1000 1110 10100111 110101 1000111

Color Harmonies of #8EDCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDCCB

Black with #8EDCCB

Text Example


Text Example

White with #8EDCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,220,203); }

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

background-color css

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

 a { background-color: rgb(142,220,203); }

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

border-color css

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

 span { border-color: rgb(142,220,203); }

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