Html Css Color HEX #23765E Deep Sea

📋 copy color: '#23765E'

red 35 ◦ green 118 ◦ blue 94

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

Shades of Deep Sea #23765E

Tints of Deep Sea #23765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.77%

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

R = 14.17%
G = 47.77%
B = 38.06%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#23765E (or 0x23765E) is known color: Deep Sea. HEX triplet: 23, 76 and 5E. RGB value is (35,118,94). Sum of RGB (Red+Green+Blue) = 35+118+94=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #23765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23765E is #DC89A1. Grayscale: #5A5A5A. Windows color (decimal): -14453154 or 6190627. OLE color: 6190627.

HSL color Cylindrical-coordinate representation of color #23765E: hue angle of 162.65º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23765E is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 118 94 -
CMYK 0.70 0 0.20 0.54
HSL 162.65º 0.54% 0.3% -
HSV(B) 162.65º 0.7% 0.46% -
XYZ 9.19 14.12 12.83 -
YUV 90.45 130 88.45 -
System Red Green Blue C M Y K H S L
Decimal 35 118 94 0.70 0 0.20 0.54 162.65 0.54 0.3
Hex 23 76 5E 46 0 14 36 A3 36 1E
Octal 43 166 136 106 0 24 66 243 66 36
Binary 100011 1110110 1011110 1000110 0 10100 110110 10100011 110110 11110

Color Harmonies of #23765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23765E

Black with #23765E

Text Example


Text Example

White with #23765E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23765E; }

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

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

background-color css

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

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

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

border-color css

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

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

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