Html Css Color HEX #239A50 Sea Green

📋 copy color: '#239A50'

red 35 ◦ green 154 ◦ blue 80

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

Shades of Sea Green #239A50

Tints of Sea Green #239A50

RGB

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

 GREEN value IS 154 (60.55% from 255) = 57.25%

 BLUE value IS 80 (31.64% from 255) = 29.74%

R = 13.01%
G = 57.25%
B = 29.74%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#239A50 (or 0x239A50) is known color: Sea Green. HEX triplet: 23, 9A and 50. RGB value is (35,154,80). Sum of RGB (Red+Green+Blue) = 35+154+80=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 154 (60.55% from 255 or 57.25% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 154 - color contains mainly: green. Hex color #239A50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239A50 is #DC65AF. Grayscale: #6E6E6E. Windows color (decimal): -14443952 or 5282339. OLE color: 5282339.

HSL color Cylindrical-coordinate representation of color #239A50: hue angle of 142.69º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239A50 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 154 80 -
CMYK 0.77 0 0.48 0.40
HSL 142.69º 0.63% 0.37% -
HSV(B) 142.69º 0.77% 0.6% -
XYZ 13.7 24.05 11.51 -
YUV 109.98 111.08 74.52 -
System Red Green Blue C M Y K H S L
Decimal 35 154 80 0.77 0 0.48 0.40 142.69 0.63 0.37
Hex 23 9A 50 4D 0 30 28 8F 3F 25
Octal 43 232 120 115 0 60 50 217 77 45
Binary 100011 10011010 1010000 1001101 0 110000 101000 10001111 111111 100101

Color Harmonies of #239A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239A50

Black with #239A50

Text Example


Text Example

White with #239A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239A50; }

 p { color: rgb(35,154,80); }

 H1.HeaderClassName
 {
   color: #239A50;
 }
 .AnyTagClassName
 {
   color: #239A50;
 }
</style>

background-color css

<style>
 a { background-color: #239A50; }

 a { background-color: rgb(35,154,80); }

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

border-color css

<style>
 span { border-color: #239A50; }

 span { border-color: rgb(35,154,80); }

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