Html Css Color HEX #248A5E Sea Green

📋 copy color: '#248A5E'

red 36 ◦ green 138 ◦ blue 94

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

Shades of Sea Green #248A5E

Tints of Sea Green #248A5E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 51.49%

 BLUE value IS 94 (37.11% from 255) = 35.07%

R = 13.43%
G = 51.49%
B = 35.07%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#248A5E (or 0x248A5E) is known color: Sea Green. HEX triplet: 24, 8A and 5E. RGB value is (36,138,94). Sum of RGB (Red+Green+Blue) = 36+138+94=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 138 (54.30% from 255 or 51.49% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 138 - color contains mainly: green. Hex color #248A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248A5E is #DB75A1. Grayscale: #666666. Windows color (decimal): -14382498 or 6195748. OLE color: 6195748.

HSL color Cylindrical-coordinate representation of color #248A5E: hue angle of 154.12º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248A5E is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 138 94 -
CMYK 0.74 0 0.32 0.46
HSL 154.12º 0.59% 0.34% -
HSV(B) 154.12º 0.74% 0.54% -
XYZ 11.84 19.36 13.7 -
YUV 102.49 123.21 80.58 -
System Red Green Blue C M Y K H S L
Decimal 36 138 94 0.74 0 0.32 0.46 154.12 0.59 0.34
Hex 24 8A 5E 4A 0 20 2E 9A 3B 22
Octal 44 212 136 112 0 40 56 232 73 42
Binary 100100 10001010 1011110 1001010 0 100000 101110 10011010 111011 100010

Color Harmonies of #248A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248A5E

Black with #248A5E

Text Example


Text Example

White with #248A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,138,94); }

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

background-color css

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

 a { background-color: rgb(36,138,94); }

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

border-color css

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

 span { border-color: rgb(36,138,94); }

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