Html Css Color HEX #80E2CC Riptide

📋 copy color: '#80E2CC'

red 128 ◦ green 226 ◦ blue 204

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

Shades of Riptide #80E2CC

Tints of Riptide #80E2CC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.5%

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

R = 22.94%
G = 40.5%
B = 36.56%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#80E2CC (or 0x80E2CC) is known color: Riptide. HEX triplet: 80, E2 and CC. RGB value is (128,226,204). Sum of RGB (Red+Green+Blue) = 128+226+204=558 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.94% from 558); Green value is 226 (88.67% from 255 or 40.50% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 226 - color contains mainly: green. Hex color #80E2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E2CC is #7F1D33. Grayscale: #C2C2C2. Windows color (decimal): -8330548 or 13427328. OLE color: 13427328.

HSL color Cylindrical-coordinate representation of color #80E2CC: hue angle of 166.53º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80E2CC is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 226 204 -
CMYK 0.43 0 0.10 0.11
HSL 166.53º 0.63% 0.69% -
HSV(B) 166.53º 0.43% 0.89% -
XYZ 47 63.34 66.88 -
YUV 194.19 133.53 80.79 -
System Red Green Blue C M Y K H S L
Decimal 128 226 204 0.43 0 0.10 0.11 166.53 0.63 0.69
Hex 80 E2 CC 2B 0 A B A7 3F 45
Octal 200 342 314 53 0 12 13 247 77 105
Binary 10000000 11100010 11001100 101011 0 1010 1011 10100111 111111 1000101

Color Harmonies of #80E2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E2CC

Black with #80E2CC

Text Example


Text Example

White with #80E2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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