Html Css Color HEX #80CCC0 Bermuda

📋 copy color: '#80CCC0'

red 128 ◦ green 204 ◦ blue 192

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

Shades of Bermuda #80CCC0

Tints of Bermuda #80CCC0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.93%

 BLUE value IS 192 (75.39% from 255) = 36.64%

R = 24.43%
G = 38.93%
B = 36.64%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#80CCC0 (or 0x80CCC0) is known color: Bermuda. HEX triplet: 80, CC and C0. RGB value is (128,204,192). Sum of RGB (Red+Green+Blue) = 128+204+192=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 204 - color contains mainly: green. Hex color #80CCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CCC0 is #7F333F. Grayscale: #B3B3B3. Windows color (decimal): -8336192 or 12635264. OLE color: 12635264.

HSL color Cylindrical-coordinate representation of color #80CCC0: hue angle of 170.53º degrees, saturation: 0.43, 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 #80CCC0 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 204 192 -
CMYK 0.37 0 0.06 0.2
HSL 170.53º 0.43% 0.65% -
HSV(B) 170.53º 0.37% 0.8% -
XYZ 40.01 51.58 57.72 -
YUV 179.91 134.82 90.98 -
System Red Green Blue C M Y K H S L
Decimal 128 204 192 0.37 0 0.06 0.2 170.53 0.43 0.65
Hex 80 CC C0 25 0 6 14 AB 2B 41
Octal 200 314 300 45 0 6 24 253 53 101
Binary 10000000 11001100 11000000 100101 0 110 10100 10101011 101011 1000001

Color Harmonies of #80CCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CCC0

Black with #80CCC0

Text Example


Text Example

White with #80CCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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