#7DD6C1

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

Shades of Bermuda #7DD6C1

Tints of Bermuda #7DD6C1

Color information

#7DD6C1 (or 0x7DD6C1) is unknown color: approx Bermuda. HEX triplet: 7D, D6 and C1. RGB value is (125,214,193). Sum of RGB (Red+Green+Blue) = 125+214+193=532 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.50% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD6C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD6C1 is #82293E. Grayscale: #B8B8B8. Windows color (decimal): -8530239 or 12703357. OLE color: 12703357.

HSL color Cylindrical-coordinate representation of color #7DD6C1: hue angle of 165.84º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD6C1 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB125214193-
CMYK0.4200.100.16
HSL165.84º52.05%66.47%-
HSV(B)165.84º41.59%83.92%-
XYZ42.1356.359.1-
YUV185132.5185.21-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.50%
GREEN value IS 214 (83.98% from 255) = 40.23%
BLUE value IS 193 (75.78% from 255) = 36.28%
R=23.50%
G=40.23%
B=36.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252141930.4200.100.16165.8452.0566.47
Hex7DD6C12A0A10a63442
Octal175326301520122024664102
Binary111110111010110110000011010100101010000101001101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,214,193); }

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

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

 a { background-color: rgb(125,214,193); }

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

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

 span { border-color: rgb(125,214,193); }

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