Html Css Color HEX #80D0CC Riptide

📋 copy color: '#80D0CC'

red 128 ◦ green 208 ◦ blue 204

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

Shades of Riptide #80D0CC

Tints of Riptide #80D0CC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.52%

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

R = 23.7%
G = 38.52%
B = 37.78%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#80D0CC (or 0x80D0CC) is known color: Riptide. HEX triplet: 80, D0 and CC. RGB value is (128,208,204). Sum of RGB (Red+Green+Blue) = 128+208+204=540 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.70% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 208 - color contains mainly: green. Hex color #80D0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D0CC is #7F2F33. Grayscale: #B7B7B7. Windows color (decimal): -8335156 or 13422720. OLE color: 13422720.

HSL color Cylindrical-coordinate representation of color #80D0CC: hue angle of 177º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80D0CC is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 208 204 -
CMYK 0.38 0 0.02 0.18
HSL 177º 0.46% 0.66% -
HSV(B) 177º 0.38% 0.82% -
XYZ 42.36 54.06 65.33 -
YUV 183.62 139.5 88.33 -
System Red Green Blue C M Y K H S L
Decimal 128 208 204 0.38 0 0.02 0.18 177 0.46 0.66
Hex 80 D0 CC 26 0 2 12 B1 2E 42
Octal 200 320 314 46 0 2 22 261 56 102
Binary 10000000 11010000 11001100 100110 0 10 10010 10110001 101110 1000010

Color Harmonies of #80D0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D0CC

Black with #80D0CC

Text Example


Text Example

White with #80D0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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