Html Css Color HEX #248855 Sea Green

📋 copy color: '#248855'

red 36 ◦ green 136 ◦ blue 85

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

Shades of Sea Green #248855

Tints of Sea Green #248855

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.92%

 BLUE value IS 85 (33.59% from 255) = 33.07%

R = 14.01%
G = 52.92%
B = 33.07%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#248855 (or 0x248855) is known color: Sea Green. HEX triplet: 24, 88 and 55. RGB value is (36,136,85). Sum of RGB (Red+Green+Blue) = 36+136+85=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #248855 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248855 is #DB77AA. Grayscale: #646464. Windows color (decimal): -14383019 or 5605412. OLE color: 5605412.

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

Color convert

RGB 36 136 85 -
CMYK 0.74 0 0.38 0.47
HSL 149.4º 0.58% 0.34% -
HSV(B) 149.4º 0.74% 0.53% -
XYZ 11.17 18.64 11.6 -
YUV 100.29 119.37 82.15 -
System Red Green Blue C M Y K H S L
Decimal 36 136 85 0.74 0 0.38 0.47 149.4 0.58 0.34
Hex 24 88 55 4A 0 26 2F 95 3A 22
Octal 44 210 125 112 0 46 57 225 72 42
Binary 100100 10001000 1010101 1001010 0 100110 101111 10010101 111010 100010

Color Harmonies of #248855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248855

Black with #248855

Text Example


Text Example

White with #248855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248855; }

 p { color: rgb(36,136,85); }

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

background-color css

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

 a { background-color: rgb(36,136,85); }

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

border-color css

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

 span { border-color: rgb(36,136,85); }

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