Html Css Color HEX #8CE4DC Riptide

📋 copy color: '#8CE4DC'

red 140 ◦ green 228 ◦ blue 220

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

Shades of Riptide #8CE4DC

Tints of Riptide #8CE4DC

RGB

 RED value IS 140 (55.08% from 255) = 23.81%

 GREEN value IS 228 (89.45% from 255) = 38.78%

 BLUE value IS 220 (86.33% from 255) = 37.41%

R = 23.81%
G = 38.78%
B = 37.41%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#8CE4DC (or 0x8CE4DC) is known color: Riptide. HEX triplet: 8C, E4 and DC. RGB value is (140,228,220). Sum of RGB (Red+Green+Blue) = 140+228+220=588 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.81% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE4DC is #731B23. Grayscale: #C8C8C8. Windows color (decimal): -7543588 or 14476428. OLE color: 14476428.

HSL color Cylindrical-coordinate representation of color #8CE4DC: hue angle of 174.55º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CE4DC is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 140 228 220 -
CMYK 0.39 0 0.04 0.11
HSL 174.55º 0.62% 0.72% -
HSV(B) 174.55º 0.39% 0.89% -
XYZ 51.48 66.23 77.78 -
YUV 200.78 138.85 84.65 -
System Red Green Blue C M Y K H S L
Decimal 140 228 220 0.39 0 0.04 0.11 174.55 0.62 0.72
Hex 8C E4 DC 27 0 4 B AF 3E 48
Octal 214 344 334 47 0 4 13 257 76 110
Binary 10001100 11100100 11011100 100111 0 100 1011 10101111 111110 1001000

Color Harmonies of #8CE4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE4DC

Black with #8CE4DC

Text Example


Text Example

White with #8CE4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,228,220); }

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

background-color css

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

 a { background-color: rgb(140,228,220); }

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

border-color css

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

 span { border-color: rgb(140,228,220); }

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