#237A65

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

Shades of Deep Sea #237A65

Tints of Deep Sea #237A65

Color information

#237A65 (or 0x237A65) is unknown color: approx Deep Sea. HEX triplet: 23, 7A and 65. RGB value is (35,122,101). Sum of RGB (Red+Green+Blue) = 35+122+101=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 122 (48.05% from 255 or 47.29% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 122 - color contains mainly: green. Hex color #237A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237A65 is #DC859A. Grayscale: #5D5D5D. Windows color (decimal): -14452123 or 6650403. OLE color: 6650403.

HSL color Cylindrical-coordinate representation of color #237A65: hue angle of 165.52º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #237A65 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB35122101-
CMYK0.7100.170.52
HSL165.52º55.41%30.78%-
HSV(B)165.52º71.31%47.84%-
XYZ1015.2214.72-
YUV93.59132.1886.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.57%
GREEN value IS 122 (48.05% from 255) = 47.29%
BLUE value IS 101 (39.84% from 255) = 39.15%
R=13.57%
G=47.29%
B=39.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal351221010.7100.170.52165.5255.4130.78
Hex237A654701134a6371f
Octal43172145107021642466737
Binary1000111111010110010110001110100011101001010011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,122,101); }

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

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

 a { background-color: rgb(35,122,101); }

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

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

 span { border-color: rgb(35,122,101); }

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