Html Css Color HEX #80D8CD Riptide

📋 copy color: '#80D8CD'

red 128 ◦ green 216 ◦ blue 205

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

Shades of Riptide #80D8CD

Tints of Riptide #80D8CD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.34%

 BLUE value IS 205 (80.47% from 255) = 37.34%

R = 23.32%
G = 39.34%
B = 37.34%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#80D8CD (or 0x80D8CD) is known color: Riptide. HEX triplet: 80, D8 and CD. RGB value is (128,216,205). Sum of RGB (Red+Green+Blue) = 128+216+205=549 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.32% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 216 - color contains mainly: green. Hex color #80D8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D8CD is #7F2732. Grayscale: #BCBCBC. Windows color (decimal): -8333107 or 13490304. OLE color: 13490304.

HSL color Cylindrical-coordinate representation of color #80D8CD: hue angle of 172.5º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D8CD is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 216 205 -
CMYK 0.41 0 0.05 0.15
HSL 172.5º 0.53% 0.67% -
HSV(B) 172.5º 0.41% 0.85% -
XYZ 44.48 58.11 66.63 -
YUV 188.43 137.35 84.89 -
System Red Green Blue C M Y K H S L
Decimal 128 216 205 0.41 0 0.05 0.15 172.5 0.53 0.67
Hex 80 D8 CD 29 0 5 F AC 35 43
Octal 200 330 315 51 0 5 17 254 65 103
Binary 10000000 11011000 11001101 101001 0 101 1111 10101100 110101 1000011

Color Harmonies of #80D8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D8CD

Black with #80D8CD

Text Example


Text Example

White with #80D8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,216,205); }

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

background-color css

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

 a { background-color: rgb(128,216,205); }

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

border-color css

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

 span { border-color: rgb(128,216,205); }

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