Html Css Color HEX #23765D Deep Sea

📋 copy color: '#23765D'

red 35 ◦ green 118 ◦ blue 93

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

Shades of Deep Sea #23765D

Tints of Deep Sea #23765D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.8%

R = 14.23%
G = 47.97%
B = 37.8%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#23765D (or 0x23765D) is known color: Deep Sea. HEX triplet: 23, 76 and 5D. RGB value is (35,118,93). Sum of RGB (Red+Green+Blue) = 35+118+93=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #23765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23765D is #DC89A2. Grayscale: #5A5A5A. Windows color (decimal): -14453155 or 6125091. OLE color: 6125091.

HSL color Cylindrical-coordinate representation of color #23765D: hue angle of 161.93º 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 #23765D is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 118 93 -
CMYK 0.70 0 0.21 0.54
HSL 161.93º 0.54% 0.3% -
HSV(B) 161.93º 0.7% 0.46% -
XYZ 9.15 14.1 12.6 -
YUV 90.33 129.5 88.53 -
System Red Green Blue C M Y K H S L
Decimal 35 118 93 0.70 0 0.21 0.54 161.93 0.54 0.3
Hex 23 76 5D 46 0 15 36 A2 36 1E
Octal 43 166 135 106 0 25 66 242 66 36
Binary 100011 1110110 1011101 1000110 0 10101 110110 10100010 110110 11110

Color Harmonies of #23765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23765D

Black with #23765D

Text Example


Text Example

White with #23765D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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