Html Css Color HEX #23755A Deep Sea

📋 copy color: '#23755A'

red 35 ◦ green 117 ◦ blue 90

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

Shades of Deep Sea #23755A

Tints of Deep Sea #23755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.35%

 BLUE value IS 90 (35.55% from 255) = 37.19%

R = 14.46%
G = 48.35%
B = 37.19%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#23755A (or 0x23755A) is known color: Deep Sea. HEX triplet: 23, 75 and 5A. RGB value is (35,117,90). Sum of RGB (Red+Green+Blue) = 35+117+90=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #23755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23755A is #DC8AA5. Grayscale: #595959. Windows color (decimal): -14453414 or 5928227. OLE color: 5928227.

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

Color convert

RGB 35 117 90 -
CMYK 0.70 0 0.23 0.54
HSL 160.24º 0.54% 0.3% -
HSV(B) 160.24º 0.7% 0.46% -
XYZ 8.9 13.82 11.87 -
YUV 89.4 128.33 89.2 -
System Red Green Blue C M Y K H S L
Decimal 35 117 90 0.70 0 0.23 0.54 160.24 0.54 0.3
Hex 23 75 5A 46 0 17 36 A0 36 1E
Octal 43 165 132 106 0 27 66 240 66 36
Binary 100011 1110101 1011010 1000110 0 10111 110110 10100000 110110 11110

Color Harmonies of #23755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23755A

Black with #23755A

Text Example


Text Example

White with #23755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23755A; }

 p { color: rgb(35,117,90); }

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

background-color css

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

 a { background-color: rgb(35,117,90); }

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

border-color css

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

 span { border-color: rgb(35,117,90); }

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