Html Css Color HEX #248650 Sea Green

📋 copy color: '#248650'

red 36 ◦ green 134 ◦ blue 80

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

Shades of Sea Green #248650

Tints of Sea Green #248650

RGB

 RED value IS 36 (14.45% from 255) = 14.4%

 GREEN value IS 134 (52.73% from 255) = 53.6%

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

R = 14.4%
G = 53.6%
B = 32%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#248650 (or 0x248650) is known color: Sea Green. HEX triplet: 24, 86 and 50. RGB value is (36,134,80). Sum of RGB (Red+Green+Blue) = 36+134+80=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #248650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248650 is #DB79AF. Grayscale: #626262. Windows color (decimal): -14383536 or 5277220. OLE color: 5277220.

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

Color convert

RGB 36 134 80 -
CMYK 0.73 0 0.40 0.47
HSL 146.94º 0.58% 0.33% -
HSV(B) 146.94º 0.73% 0.53% -
XYZ 10.7 18 10.5 -
YUV 98.54 117.53 83.39 -
System Red Green Blue C M Y K H S L
Decimal 36 134 80 0.73 0 0.40 0.47 146.94 0.58 0.33
Hex 24 86 50 49 0 28 2F 93 3A 21
Octal 44 206 120 111 0 50 57 223 72 41
Binary 100100 10000110 1010000 1001001 0 101000 101111 10010011 111010 100001

Color Harmonies of #248650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248650

Black with #248650

Text Example


Text Example

White with #248650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248650; }

 p { color: rgb(36,134,80); }

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

background-color css

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

 a { background-color: rgb(36,134,80); }

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

border-color css

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

 span { border-color: rgb(36,134,80); }

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