Html Css Color HEX #80CBC1 Bermuda

📋 copy color: '#80CBC1'

red 128 ◦ green 203 ◦ blue 193

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

Shades of Bermuda #80CBC1

Tints of Bermuda #80CBC1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.74%

 BLUE value IS 193 (75.78% from 255) = 36.83%

R = 24.43%
G = 38.74%
B = 36.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#80CBC1 (or 0x80CBC1) is known color: Bermuda. HEX triplet: 80, CB and C1. RGB value is (128,203,193). Sum of RGB (Red+Green+Blue) = 128+203+193=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 203 - color contains mainly: green. Hex color #80CBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CBC1 is #7F343E. Grayscale: #B3B3B3. Windows color (decimal): -8336447 or 12700544. OLE color: 12700544.

HSL color Cylindrical-coordinate representation of color #80CBC1: hue angle of 172º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CBC1 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 203 193 -
CMYK 0.37 0 0.05 0.20
HSL 172º 0.42% 0.65% -
HSV(B) 172º 0.37% 0.8% -
XYZ 39.88 51.15 58.22 -
YUV 179.44 135.65 91.31 -
System Red Green Blue C M Y K H S L
Decimal 128 203 193 0.37 0 0.05 0.20 172 0.42 0.65
Hex 80 CB C1 25 0 5 14 AC 2A 41
Octal 200 313 301 45 0 5 24 254 52 101
Binary 10000000 11001011 11000001 100101 0 101 10100 10101100 101010 1000001

Color Harmonies of #80CBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CBC1

Black with #80CBC1

Text Example


Text Example

White with #80CBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,203,193); }

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

background-color css

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

 a { background-color: rgb(128,203,193); }

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

border-color css

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

 span { border-color: rgb(128,203,193); }

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