Html Css Color HEX #237761 Deep Sea

📋 copy color: '#237761'

red 35 ◦ green 119 ◦ blue 97

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

Shades of Deep Sea #237761

Tints of Deep Sea #237761

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.41%

 BLUE value IS 97 (38.28% from 255) = 38.65%

R = 13.94%
G = 47.41%
B = 38.65%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#237761 (or 0x237761) is known color: Deep Sea. HEX triplet: 23, 77 and 61. RGB value is (35,119,97). Sum of RGB (Red+Green+Blue) = 35+119+97=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #237761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237761 is #DC889E. Grayscale: #5B5B5B. Windows color (decimal): -14452895 or 6387491. OLE color: 6387491.

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

Color convert

RGB 35 119 97 -
CMYK 0.71 0 0.18 0.53
HSL 164.29º 0.55% 0.3% -
HSV(B) 164.29º 0.71% 0.47% -
XYZ 9.45 14.41 13.59 -
YUV 91.38 131.17 87.79 -
System Red Green Blue C M Y K H S L
Decimal 35 119 97 0.71 0 0.18 0.53 164.29 0.55 0.3
Hex 23 77 61 47 0 12 35 A4 37 1E
Octal 43 167 141 107 0 22 65 244 67 36
Binary 100011 1110111 1100001 1000111 0 10010 110101 10100100 110111 11110

Color Harmonies of #237761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237761

Black with #237761

Text Example


Text Example

White with #237761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237761; }

 p { color: rgb(35,119,97); }

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

background-color css

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

 a { background-color: rgb(35,119,97); }

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

border-color css

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

 span { border-color: rgb(35,119,97); }

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