Html Css Color HEX #248F53 Sea Green

📋 copy color: '#248F53'

red 36 ◦ green 143 ◦ blue 83

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

Shades of Sea Green #248F53

Tints of Sea Green #248F53

RGB

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

 GREEN value IS 143 (56.25% from 255) = 54.58%

 BLUE value IS 83 (32.81% from 255) = 31.68%

R = 13.74%
G = 54.58%
B = 31.68%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#248F53 (or 0x248F53) is known color: Sea Green. HEX triplet: 24, 8F and 53. RGB value is (36,143,83). Sum of RGB (Red+Green+Blue) = 36+143+83=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 143 (56.25% from 255 or 54.58% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 143 - color contains mainly: green. Hex color #248F53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248F53 is #DB70AC. Grayscale: #686868. Windows color (decimal): -14381229 or 5476132. OLE color: 5476132.

HSL color Cylindrical-coordinate representation of color #248F53: hue angle of 146.36º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248F53 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 143 83 -
CMYK 0.75 0 0.42 0.44
HSL 146.36º 0.6% 0.35% -
HSV(B) 146.36º 0.75% 0.56% -
XYZ 12.11 20.64 11.53 -
YUV 104.17 116.05 79.38 -
System Red Green Blue C M Y K H S L
Decimal 36 143 83 0.75 0 0.42 0.44 146.36 0.6 0.35
Hex 24 8F 53 4B 0 2A 2C 92 3C 23
Octal 44 217 123 113 0 52 54 222 74 43
Binary 100100 10001111 1010011 1001011 0 101010 101100 10010010 111100 100011

Color Harmonies of #248F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248F53

Black with #248F53

Text Example


Text Example

White with #248F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248F53; }

 p { color: rgb(36,143,83); }

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

background-color css

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

 a { background-color: rgb(36,143,83); }

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

border-color css

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

 span { border-color: rgb(36,143,83); }

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