Html Css Color HEX #248D4B Sea Green

📋 copy color: '#248D4B'

red 36 ◦ green 141 ◦ blue 75

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

Shades of Sea Green #248D4B

Tints of Sea Green #248D4B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 55.95%

 BLUE value IS 75 (29.69% from 255) = 29.76%

R = 14.29%
G = 55.95%
B = 29.76%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#248D4B (or 0x248D4B) is known color: Sea Green. HEX triplet: 24, 8D and 4B. RGB value is (36,141,75). Sum of RGB (Red+Green+Blue) = 36+141+75=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 141 (55.47% from 255 or 55.95% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 141 - color contains mainly: green. Hex color #248D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248D4B is #DB72B4. Grayscale: #666666. Windows color (decimal): -14381749 or 4951332. OLE color: 4951332.

HSL color Cylindrical-coordinate representation of color #248D4B: hue angle of 142.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248D4B is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 141 75 -
CMYK 0.74 0 0.47 0.45
HSL 142.29º 0.59% 0.35% -
HSV(B) 142.29º 0.74% 0.55% -
XYZ 11.52 19.93 9.9 -
YUV 102.08 112.71 80.87 -
System Red Green Blue C M Y K H S L
Decimal 36 141 75 0.74 0 0.47 0.45 142.29 0.59 0.35
Hex 24 8D 4B 4A 0 2F 2D 8E 3B 23
Octal 44 215 113 112 0 57 55 216 73 43
Binary 100100 10001101 1001011 1001010 0 101111 101101 10001110 111011 100011

Color Harmonies of #248D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248D4B

Black with #248D4B

Text Example


Text Example

White with #248D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,141,75); }

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

background-color css

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

 a { background-color: rgb(36,141,75); }

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

border-color css

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

 span { border-color: rgb(36,141,75); }

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