Html Css Color HEX #80CAC5 Bermuda

📋 copy color: '#80CAC5'

red 128 ◦ green 202 ◦ blue 197

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

Shades of Bermuda #80CAC5

Tints of Bermuda #80CAC5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.33%

 BLUE value IS 197 (77.34% from 255) = 37.38%

R = 24.29%
G = 38.33%
B = 37.38%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#80CAC5 (or 0x80CAC5) is known color: Bermuda. HEX triplet: 80, CA and C5. RGB value is (128,202,197). Sum of RGB (Red+Green+Blue) = 128+202+197=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 202 - color contains mainly: green. Hex color #80CAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CAC5 is #7F353A. Grayscale: #B3B3B3. Windows color (decimal): -8336699 or 12962432. OLE color: 12962432.

HSL color Cylindrical-coordinate representation of color #80CAC5: hue angle of 175.95º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CAC5 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 202 197 -
CMYK 0.37 0 0.02 0.21
HSL 175.95º 0.41% 0.65% -
HSV(B) 175.95º 0.37% 0.79% -
XYZ 40.1 50.86 60.53 -
YUV 179.3 137.98 91.41 -
System Red Green Blue C M Y K H S L
Decimal 128 202 197 0.37 0 0.02 0.21 175.95 0.41 0.65
Hex 80 CA C5 25 0 2 15 B0 29 41
Octal 200 312 305 45 0 2 25 260 51 101
Binary 10000000 11001010 11000101 100101 0 10 10101 10110000 101001 1000001

Color Harmonies of #80CAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CAC5

Black with #80CAC5

Text Example


Text Example

White with #80CAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,202,197); }

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

background-color css

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

 a { background-color: rgb(128,202,197); }

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

border-color css

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

 span { border-color: rgb(128,202,197); }

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