#7FCCC8

Color #7FCCC8 Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #7FCCC8

Tints of Bermuda #7FCCC8

Color information

#7FCCC8 (or 0x7FCCC8) is unknown color: approx Bermuda. HEX triplet: 7F, CC and C8. RGB value is (127,204,200). Sum of RGB (Red+Green+Blue) = 127+204+200=531 (70% of max value = 765). Red value is 127 (50% from 255 or 23.92% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCCC8 is #803337. Grayscale: #B4B4B4. Windows color (decimal): -8401720 or 13159551. OLE color: 13159551.

HSL color Cylindrical-coordinate representation of color #7FCCC8: hue angle of 176.88º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCCC8 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB127204200-
CMYK0.3800.020.2
HSL176.88º43.02%64.9%-
HSV(B)176.88º37.75%80%-
XYZ40.7751.8762.51-
YUV180.52138.9989.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.92%
GREEN value IS 204 (80.08% from 255) = 38.42%
BLUE value IS 200 (78.52% from 255) = 37.66%
R=23.92%
G=38.42%
B=37.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1272042000.3800.020.2176.8843.0264.9
Hex7FCCC8260214b12b41
Octal17731431046022426153101
Binary1111111110011001100100010011001010100101100011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FCCC8; }

 p { color: rgb(127,204,200); }

 H1.HeaderClassName
 {
   color: #7FCCC8;
 }
 .AnyTagClassName
 {
   color: #7FCCC8;
 }
</style>
background-color css

<style>
 a { background-color: #7FCCC8; }

 a { background-color: rgb(127,204,200); }

 div.DivClassName
 {
   background-color: #7FCCC8;
 }
 .BgClassName
 {
   background-color: #7FCCC8;
 }
</style>
border-color css

<style>
 span { border-color: #7FCCC8; }

 span { border-color: rgb(127,204,200); }

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