Html Css Color HEX #23755B Deep Sea

📋 copy color: '#23755B'

red 35 ◦ green 117 ◦ blue 91

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

Shades of Deep Sea #23755B

Tints of Deep Sea #23755B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.45%

R = 14.4%
G = 48.15%
B = 37.45%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#23755B (or 0x23755B) is known color: Deep Sea. HEX triplet: 23, 75 and 5B. RGB value is (35,117,91). Sum of RGB (Red+Green+Blue) = 35+117+91=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #23755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23755B is #DC8AA4. Grayscale: #595959. Windows color (decimal): -14453413 or 5993763. OLE color: 5993763.

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

Color convert

RGB 35 117 91 -
CMYK 0.70 0 0.22 0.54
HSL 160.98º 0.54% 0.3% -
HSV(B) 160.98º 0.7% 0.46% -
XYZ 8.94 13.84 12.1 -
YUV 89.52 128.83 89.11 -
System Red Green Blue C M Y K H S L
Decimal 35 117 91 0.70 0 0.22 0.54 160.98 0.54 0.3
Hex 23 75 5B 46 0 16 36 A1 36 1E
Octal 43 165 133 106 0 26 66 241 66 36
Binary 100011 1110101 1011011 1000110 0 10110 110110 10100001 110110 11110

Color Harmonies of #23755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23755B

Black with #23755B

Text Example


Text Example

White with #23755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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