#7FCACA

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

Shades of Bermuda #7FCACA

Tints of Bermuda #7FCACA

Color information

#7FCACA (or 0x7FCACA) is unknown color: approx Bermuda. HEX triplet: 7F, CA and CA. RGB value is (127,202,202). Sum of RGB (Red+Green+Blue) = 127+202+202=531 (70% of max value = 765). Red value is 127 (50% from 255 or 23.92% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #7FCACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCACA is #803535. Grayscale: #B3B3B3. Windows color (decimal): -8402230 or 13290111. OLE color: 13290111.

HSL color Cylindrical-coordinate representation of color #7FCACA: hue angle of 180º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCACA is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB127202202-
CMYK0.37000.21
HSL180º41.44%64.51%-
HSV(B)180º37.13%79.22%-
XYZ40.5351.0263.59-
YUV179.58140.6590.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.92%
GREEN value IS 202 (79.30% from 255) = 38.04%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=23.92%
G=38.04%
B=38.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1272022020.37000.2118041.4464.51
Hex7FCACA250015b42941
Octal17731231245002526451101
Binary111111111001010110010101001010010101101101001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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