#7DDBBB

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

Shades of Bermuda #7DDBBB

Tints of Bermuda #7DDBBB

Color information

#7DDBBB (or 0x7DDBBB) is unknown color: approx Bermuda. HEX triplet: 7D, DB and BB. RGB value is (125,219,187). Sum of RGB (Red+Green+Blue) = 125+219+187=531 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.54% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDBBB is #822444. Grayscale: #BBBBBB. Windows color (decimal): -8528965 or 12311421. OLE color: 12311421.

HSL color Cylindrical-coordinate representation of color #7DDBBB: hue angle of 159.57º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDBBB is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB125219187-
CMYK0.4300.150.14
HSL159.57º56.63%67.45%-
HSV(B)159.57º42.92%85.88%-
XYZ42.7658.6156.07-
YUV187.25127.8683.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.54%
GREEN value IS 219 (85.94% from 255) = 41.24%
BLUE value IS 187 (73.44% from 255) = 35.22%
R=23.54%
G=41.24%
B=35.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252191870.4300.150.14159.5756.6367.45
Hex7DDBBB2B0FEa03943
Octal175333273530171624071103
Binary11111011101101110111011101011011111110101000001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,219,187); }

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

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

 a { background-color: rgb(125,219,187); }

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

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

 span { border-color: rgb(125,219,187); }

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