#233E3C

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

Shades of Deep Teal #233E3C

Tints of Deep Teal #233E3C

Color information

#233E3C (or 0x233E3C) is unknown color: approx Deep Teal. HEX triplet: 23, 3E and 3C. RGB value is (35,62,60). Sum of RGB (Red+Green+Blue) = 35+62+60=157 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.29% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 62 - color contains mainly: green. Hex color #233E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233E3C is #DCC1C3. Grayscale: #353535. Windows color (decimal): -14467524 or 3948067. OLE color: 3948067.

HSL color Cylindrical-coordinate representation of color #233E3C: hue angle of 175.56º 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 #233E3C is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB356260-
CMYK0.4400.030.76
HSL175.56º27.84%19.02%-
HSV(B)175.56º43.55%24.31%-
XYZ3.234.134.9-
YUV53.7131.55114.66-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.29%
GREEN value IS 62 (24.61% from 255) = 39.49%
BLUE value IS 60 (23.83% from 255) = 38.22%
R=22.29%
G=39.49%
B=38.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3562600.4400.030.76175.5627.8419.02
Hex233E3C2C034Cb01c13
Octal43767454031142603423
Binary1000111111101111001011000111001100101100001110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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