#7FCDBE

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

Shades of Bermuda #7FCDBE

Tints of Bermuda #7FCDBE

Color information

#7FCDBE (or 0x7FCDBE) is unknown color: approx Bermuda. HEX triplet: 7F, CD and BE. RGB value is (127,205,190). Sum of RGB (Red+Green+Blue) = 127+205+190=522 (69% of max value = 765). Red value is 127 (50% from 255 or 24.33% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCDBE is #803241. Grayscale: #B3B3B3. Windows color (decimal): -8401474 or 12504447. OLE color: 12504447.

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

Color convert

RGB127205190-
CMYK0.3800.070.20
HSL168.46º43.82%65.1%-
HSV(B)168.46º38.05%80.39%-
XYZ39.8851.8956.63-
YUV179.97133.6690.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.33%
GREEN value IS 205 (80.47% from 255) = 39.27%
BLUE value IS 190 (74.61% from 255) = 36.40%
R=24.33%
G=39.27%
B=36.40%

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
Decimal1272051900.3800.070.20168.4643.8265.1
Hex7FCDBE260714a82c41
Octal17731527646072425054101
Binary11111111100110110111110100110011110100101010001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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