#7DCFC0

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

Shades of Bermuda #7DCFC0

Tints of Bermuda #7DCFC0

Color information

#7DCFC0 (or 0x7DCFC0) is unknown color: approx Bermuda. HEX triplet: 7D, CF and C0. RGB value is (125,207,192). Sum of RGB (Red+Green+Blue) = 125+207+192=524 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.85% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCFC0 is #82303F. Grayscale: #B4B4B4. Windows color (decimal): -8532032 or 12636029. OLE color: 12636029.

HSL color Cylindrical-coordinate representation of color #7DCFC0: hue angle of 169.02º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DCFC0 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB125207192-
CMYK0.4000.070.19
HSL169.02º46.07%65.1%-
HSV(B)169.02º39.61%81.18%-
XYZ40.2852.7957.94-
YUV180.77134.3388.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.85%
GREEN value IS 207 (81.25% from 255) = 39.50%
BLUE value IS 192 (75.39% from 255) = 36.64%
R=23.85%
G=39.50%
B=36.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1252071920.4000.070.19169.0246.0765.1
Hex7DCFC0280713a92e41
Octal17531730050072325156101
Binary11111011100111111000000101000011110011101010011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,207,192); }

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

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

 a { background-color: rgb(125,207,192); }

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

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

 span { border-color: rgb(125,207,192); }

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