Html Css Color HEX #248755 Sea Green

📋 copy color: '#248755'

red 36 ◦ green 135 ◦ blue 85

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

Shades of Sea Green #248755

Tints of Sea Green #248755

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.73%

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

R = 14.06%
G = 52.73%
B = 33.2%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#248755 (or 0x248755) is known color: Sea Green. HEX triplet: 24, 87 and 55. RGB value is (36,135,85). Sum of RGB (Red+Green+Blue) = 36+135+85=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #248755 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248755 is #DB78AA. Grayscale: #636363. Windows color (decimal): -14383275 or 5605156. OLE color: 5605156.

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

Color convert

RGB 36 135 85 -
CMYK 0.73 0 0.37 0.47
HSL 149.7º 0.58% 0.34% -
HSV(B) 149.7º 0.73% 0.53% -
XYZ 11.03 18.36 11.56 -
YUV 99.7 119.7 82.57 -
System Red Green Blue C M Y K H S L
Decimal 36 135 85 0.73 0 0.37 0.47 149.7 0.58 0.34
Hex 24 87 55 49 0 25 2F 96 3A 22
Octal 44 207 125 111 0 45 57 226 72 42
Binary 100100 10000111 1010101 1001001 0 100101 101111 10010110 111010 100010

Color Harmonies of #248755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248755

Black with #248755

Text Example


Text Example

White with #248755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248755; }

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

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

background-color css

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

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

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

border-color css

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

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

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