Html Css Color HEX #237E5E Deep Sea

📋 copy color: '#237E5E'

red 35 ◦ green 126 ◦ blue 94

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

Shades of Deep Sea #237E5E

Tints of Deep Sea #237E5E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 49.41%

 BLUE value IS 94 (37.11% from 255) = 36.86%

R = 13.73%
G = 49.41%
B = 36.86%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#237E5E (or 0x237E5E) is known color: Deep Sea. HEX triplet: 23, 7E and 5E. RGB value is (35,126,94). Sum of RGB (Red+Green+Blue) = 35+126+94=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 126 (49.61% from 255 or 49.41% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 126 - color contains mainly: green. Hex color #237E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237E5E is #DC81A1. Grayscale: #5F5F5F. Windows color (decimal): -14451106 or 6192675. OLE color: 6192675.

HSL color Cylindrical-coordinate representation of color #237E5E: hue angle of 158.9º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237E5E is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 35 126 94 -
CMYK 0.72 0 0.25 0.51
HSL 158.9º 0.57% 0.32% -
HSV(B) 158.9º 0.72% 0.49% -
XYZ 10.17 16.09 13.16 -
YUV 95.14 127.35 85.1 -
System Red Green Blue C M Y K H S L
Decimal 35 126 94 0.72 0 0.25 0.51 158.9 0.57 0.32
Hex 23 7E 5E 48 0 19 33 9F 39 20
Octal 43 176 136 110 0 31 63 237 71 40
Binary 100011 1111110 1011110 1001000 0 11001 110011 10011111 111001 100000

Color Harmonies of #237E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237E5E

Black with #237E5E

Text Example


Text Example

White with #237E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,126,94); }

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

background-color css

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

 a { background-color: rgb(35,126,94); }

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

border-color css

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

 span { border-color: rgb(35,126,94); }

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