Html Css Color HEX #237965 Deep Sea

📋 copy color: '#237965'

red 35 ◦ green 121 ◦ blue 101

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

Shades of Deep Sea #237965

Tints of Deep Sea #237965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.3%

R = 13.62%
G = 47.08%
B = 39.3%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#237965 (or 0x237965) is known color: Deep Sea. HEX triplet: 23, 79 and 65. RGB value is (35,121,101). Sum of RGB (Red+Green+Blue) = 35+121+101=257 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.62% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #237965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237965 is #DC869A. Grayscale: #5D5D5D. Windows color (decimal): -14452379 or 6650147. OLE color: 6650147.

HSL color Cylindrical-coordinate representation of color #237965: hue angle of 166.05º 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 #237965 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 35 121 101 -
CMYK 0.71 0 0.17 0.53
HSL 166.05º 0.55% 0.31% -
HSV(B) 166.05º 0.71% 0.47% -
XYZ 9.88 14.97 14.68 -
YUV 93.01 132.51 86.63 -
System Red Green Blue C M Y K H S L
Decimal 35 121 101 0.71 0 0.17 0.53 166.05 0.55 0.31
Hex 23 79 65 47 0 11 35 A6 37 1F
Octal 43 171 145 107 0 21 65 246 67 37
Binary 100011 1111001 1100101 1000111 0 10001 110101 10100110 110111 11111

Color Harmonies of #237965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237965

Black with #237965

Text Example


Text Example

White with #237965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237965; }

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

 H1.HeaderClassName
 {
   color: #237965;
 }
 .AnyTagClassName
 {
   color: #237965;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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