#237966

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

Shades of Deep Sea #237966

Tints of Deep Sea #237966

Color information

#237966 (or 0x237966) is unknown color: approx Deep Sea. HEX triplet: 23, 79 and 66. RGB value is (35,121,102). Sum of RGB (Red+Green+Blue) = 35+121+102=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 121 - color contains mainly: green. Hex color #237966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237966 is #DC8699. Grayscale: #5D5D5D. Windows color (decimal): -14452378 or 6715683. OLE color: 6715683.

HSL color Cylindrical-coordinate representation of color #237966: hue angle of 166.74º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #237966 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB35121102-
CMYK0.7100.160.53
HSL166.74º55.13%30.59%-
HSV(B)166.74º71.07%47.45%-
XYZ9.9314.9914.94-
YUV93.12133.0186.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.57%
GREEN value IS 121 (47.66% from 255) = 46.90%
BLUE value IS 102 (40.23% from 255) = 39.53%
R=13.57%
G=46.90%
B=39.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal351211020.7100.160.53166.7455.1330.59
Hex2379664701035a7371f
Octal43171146107020652476737
Binary1000111111001110011010001110100001101011010011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237966; }

 p { color: rgb(35,121,102); }

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

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

 a { background-color: rgb(35,121,102); }

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

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

 span { border-color: rgb(35,121,102); }

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