#7FCDBF

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

Shades of Bermuda #7FCDBF

Tints of Bermuda #7FCDBF

Color information

#7FCDBF (or 0x7FCDBF) is unknown color: approx Bermuda. HEX triplet: 7F, CD and BF. RGB value is (127,205,191). Sum of RGB (Red+Green+Blue) = 127+205+191=523 (69% of max value = 765). Red value is 127 (50% from 255 or 24.28% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCDBF is #803240. Grayscale: #B4B4B4. Windows color (decimal): -8401473 or 12569983. OLE color: 12569983.

HSL color Cylindrical-coordinate representation of color #7FCDBF: hue angle of 169.23º degrees, saturation: 0.44, 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 #7FCDBF is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB127205191-
CMYK0.3800.070.20
HSL169.23º43.82%65.1%-
HSV(B)169.23º38.05%80.39%-
XYZ39.9951.9457.21-
YUV180.08134.1690.14-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.28%
GREEN value IS 205 (80.47% from 255) = 39.20%
BLUE value IS 191 (75% from 255) = 36.52%
R=24.28%
G=39.20%
B=36.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1272051910.3800.070.20169.2343.8265.1
Hex7FCDBF260714a92c41
Octal17731527746072425154101
Binary11111111100110110111111100110011110100101010011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,205,191); }

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

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

 a { background-color: rgb(127,205,191); }

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

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

 span { border-color: rgb(127,205,191); }

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