Html Css Color HEX #80CCBB Bermuda

📋 copy color: '#80CCBB'

red 128 ◦ green 204 ◦ blue 187

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

Shades of Bermuda #80CCBB

Tints of Bermuda #80CCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.03%

R = 24.66%
G = 39.31%
B = 36.03%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#80CCBB (or 0x80CCBB) is known color: Bermuda. HEX triplet: 80, CC and BB. RGB value is (128,204,187). Sum of RGB (Red+Green+Blue) = 128+204+187=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #80CCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CCBB is #7F3344. Grayscale: #B3B3B3. Windows color (decimal): -8336197 or 12307584. OLE color: 12307584.

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

Color convert

RGB 128 204 187 -
CMYK 0.37 0 0.08 0.2
HSL 166.58º 0.43% 0.65% -
HSV(B) 166.58º 0.37% 0.8% -
XYZ 39.46 51.36 54.85 -
YUV 179.34 132.32 91.38 -
System Red Green Blue C M Y K H S L
Decimal 128 204 187 0.37 0 0.08 0.2 166.58 0.43 0.65
Hex 80 CC BB 25 0 8 14 A7 2B 41
Octal 200 314 273 45 0 10 24 247 53 101
Binary 10000000 11001100 10111011 100101 0 1000 10100 10100111 101011 1000001

Color Harmonies of #80CCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CCBB

Black with #80CCBB

Text Example


Text Example

White with #80CCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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