Html Css Color HEX #80EACC Riptide

📋 copy color: '#80EACC'

red 128 ◦ green 234 ◦ blue 204

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

Shades of Riptide #80EACC

Tints of Riptide #80EACC

RGB

 RED value IS 128 (50.39% from 255) = 22.61%

 GREEN value IS 234 (91.8% from 255) = 41.34%

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

R = 22.61%
G = 41.34%
B = 36.04%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#80EACC (or 0x80EACC) is known color: Riptide. HEX triplet: 80, EA and CC. RGB value is (128,234,204). Sum of RGB (Red+Green+Blue) = 128+234+204=566 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.61% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #80EACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EACC is #7F1533. Grayscale: #C6C6C6. Windows color (decimal): -8328500 or 13429376. OLE color: 13429376.

HSL color Cylindrical-coordinate representation of color #80EACC: hue angle of 163.02º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80EACC is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 234 204 -
CMYK 0.45 0 0.13 0.08
HSL 163.02º 0.72% 0.71% -
HSV(B) 163.02º 0.45% 0.92% -
XYZ 49.22 67.79 67.62 -
YUV 198.89 130.88 77.44 -
System Red Green Blue C M Y K H S L
Decimal 128 234 204 0.45 0 0.13 0.08 163.02 0.72 0.71
Hex 80 EA CC 2D 0 D 8 A3 48 47
Octal 200 352 314 55 0 15 10 243 110 107
Binary 10000000 11101010 11001100 101101 0 1101 1000 10100011 1001000 1000111

Color Harmonies of #80EACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EACC

Black with #80EACC

Text Example


Text Example

White with #80EACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80EACC; }

 p { color: rgb(128,234,204); }

 H1.HeaderClassName
 {
   color: #80EACC;
 }
 .AnyTagClassName
 {
   color: #80EACC;
 }
</style>

background-color css

<style>
 a { background-color: #80EACC; }

 a { background-color: rgb(128,234,204); }

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

border-color css

<style>
 span { border-color: #80EACC; }

 span { border-color: rgb(128,234,204); }

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