#233E37

Color #233E37 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #233E37

Tints of Deep Teal #233E37

Color information

#233E37 (or 0x233E37) is unknown color: approx Deep Teal. HEX triplet: 23, 3E and 37. RGB value is (35,62,55). Sum of RGB (Red+Green+Blue) = 35+62+55=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 55 (21.88% from 255 or 36.18% from 152); Max value from RGB is 62 - color contains mainly: green. Hex color #233E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233E37 is #DCC1C8. Grayscale: #353535. Windows color (decimal): -14467529 or 3620387. OLE color: 3620387.

HSL color Cylindrical-coordinate representation of color #233E37: hue angle of 164.44º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #233E37 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.76.

Color convert

RGB356255-
CMYK0.4400.110.76
HSL164.44º27.84%19.02%-
HSV(B)164.44º43.55%24.31%-
XYZ3.114.084.24-
YUV53.13129.05115.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.03%
GREEN value IS 62 (24.61% from 255) = 40.79%
BLUE value IS 55 (21.88% from 255) = 36.18%
R=23.03%
G=40.79%
B=36.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3562550.4400.110.76164.4427.8419.02
Hex233E372C0B4Ca41c13
Octal437667540131142443423
Binary100011111110110111101100010111001100101001001110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233E37; }

 p { color: rgb(35,62,55); }

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

<style>
 a { background-color: #233E37; }

 a { background-color: rgb(35,62,55); }

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

<style>
 span { border-color: #233E37; }

 span { border-color: rgb(35,62,55); }

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