Html Css Color HEX #80CCC2 Bermuda

📋 copy color: '#80CCC2'

red 128 ◦ green 204 ◦ blue 194

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

Shades of Bermuda #80CCC2

Tints of Bermuda #80CCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.88%

R = 24.33%
G = 38.78%
B = 36.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#80CCC2 (or 0x80CCC2) is known color: Bermuda. HEX triplet: 80, CC and C2. RGB value is (128,204,194). Sum of RGB (Red+Green+Blue) = 128+204+194=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #80CCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CCC2 is #7F333D. Grayscale: #B4B4B4. Windows color (decimal): -8336190 or 12766336. OLE color: 12766336.

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

Color convert

RGB 128 204 194 -
CMYK 0.37 0 0.05 0.2
HSL 172.11º 0.43% 0.65% -
HSV(B) 172.11º 0.37% 0.8% -
XYZ 40.23 51.67 58.89 -
YUV 180.14 135.82 90.81 -
System Red Green Blue C M Y K H S L
Decimal 128 204 194 0.37 0 0.05 0.2 172.11 0.43 0.65
Hex 80 CC C2 25 0 5 14 AC 2B 41
Octal 200 314 302 45 0 5 24 254 53 101
Binary 10000000 11001100 11000010 100101 0 101 10100 10101100 101011 1000001

Color Harmonies of #80CCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CCC2

Black with #80CCC2

Text Example


Text Example

White with #80CCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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