Html Css Color HEX #237966 Deep Sea

📋 copy color: '#237966'

red 35 ◦ green 121 ◦ blue 102

#237966
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #237966

Tints of Deep Sea #237966

RGB

 RED value IS 35 (14.06% from 255) = 13.57%

 GREEN value IS 121 (47.66% from 255) = 46.9%

 BLUE value IS 102 (40.23% from 255) = 39.53%

R = 13.57%
G = 46.9%
B = 39.53%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#237966 (or 0x237966) is known color: 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

RGB 35 121 102 -
CMYK 0.71 0 0.16 0.53
HSL 166.74º 0.55% 0.31% -
HSV(B) 166.74º 0.71% 0.47% -
XYZ 9.93 14.99 14.94 -
YUV 93.12 133.01 86.54 -
System Red Green Blue C M Y K H S L
Decimal 35 121 102 0.71 0 0.16 0.53 166.74 0.55 0.31
Hex 23 79 66 47 0 10 35 A7 37 1F
Octal 43 171 146 107 0 20 65 247 67 37
Binary 100011 1111001 1100110 1000111 0 10000 110101 10100111 110111 11111

Color Harmonies of #237966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237966

Black with #237966

Text Example


Text Example

White with #237966

Text Example


Text Example

HTML Codes & Css Web 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>