Html Css Color HEX #80C8C5 Bermuda

📋 copy color: '#80C8C5'

red 128 ◦ green 200 ◦ blue 197

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

Shades of Bermuda #80C8C5

Tints of Bermuda #80C8C5

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.1%

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

R = 24.38%
G = 38.1%
B = 37.52%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#80C8C5 (or 0x80C8C5) is known color: Bermuda. HEX triplet: 80, C8 and C5. RGB value is (128,200,197). Sum of RGB (Red+Green+Blue) = 128+200+197=525 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.38% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 200 - color contains mainly: green. Hex color #80C8C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C8C5 is #7F373A. Grayscale: #B2B2B2. Windows color (decimal): -8337211 or 12961920. OLE color: 12961920.

HSL color Cylindrical-coordinate representation of color #80C8C5: hue angle of 177.5º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C8C5 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 200 197 -
CMYK 0.36 0 0.02 0.22
HSL 177.5º 0.4% 0.64% -
HSV(B) 177.5º 0.36% 0.78% -
XYZ 39.63 49.93 60.37 -
YUV 178.13 138.65 92.24 -
System Red Green Blue C M Y K H S L
Decimal 128 200 197 0.36 0 0.02 0.22 177.5 0.4 0.64
Hex 80 C8 C5 24 0 2 16 B2 28 40
Octal 200 310 305 44 0 2 26 262 50 100
Binary 10000000 11001000 11000101 100100 0 10 10110 10110010 101000 1000000

Color Harmonies of #80C8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C8C5

Black with #80C8C5

Text Example


Text Example

White with #80C8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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