Html Css Color HEX #80CCC5 Bermuda

📋 copy color: '#80CCC5'

red 128 ◦ green 204 ◦ blue 197

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

Shades of Bermuda #80CCC5

Tints of Bermuda #80CCC5

RGB

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

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

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

R = 24.2%
G = 38.56%
B = 37.24%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#80CCC5 (or 0x80CCC5) is known color: Bermuda. HEX triplet: 80, CC and C5. RGB value is (128,204,197). Sum of RGB (Red+Green+Blue) = 128+204+197=529 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.20% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 204 - color contains mainly: green. Hex color #80CCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CCC5 is #7F333A. Grayscale: #B4B4B4. Windows color (decimal): -8336187 or 12962944. OLE color: 12962944.

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

Color convert

RGB 128 204 197 -
CMYK 0.37 0 0.03 0.2
HSL 174.47º 0.43% 0.65% -
HSV(B) 174.47º 0.37% 0.8% -
XYZ 40.57 51.81 60.68 -
YUV 180.48 137.32 90.57 -
System Red Green Blue C M Y K H S L
Decimal 128 204 197 0.37 0 0.03 0.2 174.47 0.43 0.65
Hex 80 CC C5 25 0 3 14 AE 2B 41
Octal 200 314 305 45 0 3 24 256 53 101
Binary 10000000 11001100 11000101 100101 0 11 10100 10101110 101011 1000001

Color Harmonies of #80CCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CCC5

Black with #80CCC5

Text Example


Text Example

White with #80CCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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