#237D6B

Color #237D6B Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #237D6B

Tints of Deep Sea #237D6B

Color information

#237D6B (or 0x237D6B) is unknown color: approx Deep Sea. HEX triplet: 23, 7D and 6B. RGB value is (35,125,107). Sum of RGB (Red+Green+Blue) = 35+125+107=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 125 - color contains mainly: green. Hex color #237D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237D6B is #DC8294. Grayscale: #606060. Windows color (decimal): -14451349 or 7044387. OLE color: 7044387.

HSL color Cylindrical-coordinate representation of color #237D6B: hue angle of 168º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237D6B is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB35125107-
CMYK0.7200.140.51
HSL168º56.25%31.37%-
HSV(B)168º72%49.02%-
XYZ10.6816.0916.45-
YUV96.04134.1884.46-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.11%
GREEN value IS 125 (49.22% from 255) = 46.82%
BLUE value IS 107 (42.19% from 255) = 40.07%
R=13.11%
G=46.82%
B=40.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal351251070.7200.140.5116856.2531.37
Hex237D6B480E33a8381f
Octal43175153110016632507037
Binary100011111110111010111001000011101100111010100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237D6B; }

 p { color: rgb(35,125,107); }

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

<style>
 a { background-color: #237D6B; }

 a { background-color: rgb(35,125,107); }

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

<style>
 span { border-color: #237D6B; }

 span { border-color: rgb(35,125,107); }

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