#7FCBCA

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

Shades of Bermuda #7FCBCA

Tints of Bermuda #7FCBCA

Color information

#7FCBCA (or 0x7FCBCA) is unknown color: approx Bermuda. HEX triplet: 7F, CB and CA. RGB value is (127,203,202). Sum of RGB (Red+Green+Blue) = 127+203+202=532 (70% of max value = 765). Red value is 127 (50% from 255 or 23.87% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCBCA is #803435. Grayscale: #B4B4B4. Windows color (decimal): -8401974 or 13290367. OLE color: 13290367.

HSL color Cylindrical-coordinate representation of color #7FCBCA: hue angle of 179.21º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCBCA is Cyan = 0.37, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB127203202-
CMYK0.3700.000.20
HSL179.21º42.22%64.71%-
HSV(B)179.21º37.44%79.61%-
XYZ40.7751.4963.67-
YUV180.16140.3290.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.87%
GREEN value IS 203 (79.69% from 255) = 38.16%
BLUE value IS 202 (79.30% from 255) = 37.97%
R=23.87%
G=38.16%
B=37.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1272032020.3700.000.20179.2142.2264.71
Hex7FCBCA250014b32a41
Octal17731331245002426352101
Binary111111111001011110010101001010010100101100111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,203,202); }

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

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

 a { background-color: rgb(127,203,202); }

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

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

 span { border-color: rgb(127,203,202); }

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