Html Css Color HEX #80CEBC Bermuda

📋 copy color: '#80CEBC'

red 128 ◦ green 206 ◦ blue 188

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

Shades of Bermuda #80CEBC

Tints of Bermuda #80CEBC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.46%

 BLUE value IS 188 (73.83% from 255) = 36.02%

R = 24.52%
G = 39.46%
B = 36.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#80CEBC (or 0x80CEBC) is known color: Bermuda. HEX triplet: 80, CE and BC. RGB value is (128,206,188). Sum of RGB (Red+Green+Blue) = 128+206+188=522 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.52% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CEBC is #7F3143. Grayscale: #B4B4B4. Windows color (decimal): -8335684 or 12373632. OLE color: 12373632.

HSL color Cylindrical-coordinate representation of color #80CEBC: hue angle of 166.15º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CEBC is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 206 188 -
CMYK 0.38 0 0.09 0.19
HSL 166.15º 0.44% 0.65% -
HSV(B) 166.15º 0.38% 0.81% -
XYZ 40.05 52.36 55.57 -
YUV 180.63 132.16 90.46 -
System Red Green Blue C M Y K H S L
Decimal 128 206 188 0.38 0 0.09 0.19 166.15 0.44 0.65
Hex 80 CE BC 26 0 9 13 A6 2C 41
Octal 200 316 274 46 0 11 23 246 54 101
Binary 10000000 11001110 10111100 100110 0 1001 10011 10100110 101100 1000001

Color Harmonies of #80CEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CEBC

Black with #80CEBC

Text Example


Text Example

White with #80CEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,206,188); }

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

background-color css

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

 a { background-color: rgb(128,206,188); }

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

border-color css

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

 span { border-color: rgb(128,206,188); }

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