Html Css Color HEX #80CEBA Bermuda

📋 copy color: '#80CEBA'

red 128 ◦ green 206 ◦ blue 186

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

Shades of Bermuda #80CEBA

Tints of Bermuda #80CEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.77%

R = 24.62%
G = 39.62%
B = 35.77%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#80CEBA (or 0x80CEBA) is known color: Bermuda. HEX triplet: 80, CE and BA. RGB value is (128,206,186). Sum of RGB (Red+Green+Blue) = 128+206+186=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CEBA is #7F3145. Grayscale: #B4B4B4. Windows color (decimal): -8335686 or 12242560. OLE color: 12242560.

HSL color Cylindrical-coordinate representation of color #80CEBA: hue angle of 164.62º 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 #80CEBA is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 206 186 -
CMYK 0.38 0 0.10 0.19
HSL 164.62º 0.44% 0.65% -
HSV(B) 164.62º 0.38% 0.81% -
XYZ 39.84 52.28 54.45 -
YUV 180.4 131.16 90.63 -
System Red Green Blue C M Y K H S L
Decimal 128 206 186 0.38 0 0.10 0.19 164.62 0.44 0.65
Hex 80 CE BA 26 0 A 13 A5 2C 41
Octal 200 316 272 46 0 12 23 245 54 101
Binary 10000000 11001110 10111010 100110 0 1010 10011 10100101 101100 1000001

Color Harmonies of #80CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CEBA

Black with #80CEBA

Text Example


Text Example

White with #80CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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