Html Css Color HEX #238550 Sea Green

📋 copy color: '#238550'

red 35 ◦ green 133 ◦ blue 80

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

Shades of Sea Green #238550

Tints of Sea Green #238550

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.63%

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

R = 14.11%
G = 53.63%
B = 32.26%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#238550 (or 0x238550) is known color: Sea Green. HEX triplet: 23, 85 and 50. RGB value is (35,133,80). Sum of RGB (Red+Green+Blue) = 35+133+80=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #238550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238550 is #DC7AAF. Grayscale: #616161. Windows color (decimal): -14449328 or 5276963. OLE color: 5276963.

HSL color Cylindrical-coordinate representation of color #238550: hue angle of 147.55º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238550 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 35 133 80 -
CMYK 0.74 0 0.40 0.48
HSL 147.55º 0.58% 0.33% -
HSV(B) 147.55º 0.74% 0.52% -
XYZ 10.53 17.71 10.45 -
YUV 97.66 118.03 83.31 -
System Red Green Blue C M Y K H S L
Decimal 35 133 80 0.74 0 0.40 0.48 147.55 0.58 0.33
Hex 23 85 50 4A 0 28 30 94 3A 21
Octal 43 205 120 112 0 50 60 224 72 41
Binary 100011 10000101 1010000 1001010 0 101000 110000 10010100 111010 100001

Color Harmonies of #238550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238550

Black with #238550

Text Example


Text Example

White with #238550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238550; }

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

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

background-color css

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

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

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

border-color css

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

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

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