Html Css Color HEX #247960 Deep Sea

📋 copy color: '#247960'

red 36 ◦ green 121 ◦ blue 96

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

Shades of Deep Sea #247960

Tints of Deep Sea #247960

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.83%

 BLUE value IS 96 (37.89% from 255) = 37.94%

R = 14.23%
G = 47.83%
B = 37.94%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#247960 (or 0x247960) is known color: Deep Sea. HEX triplet: 24, 79 and 60. RGB value is (36,121,96). Sum of RGB (Red+Green+Blue) = 36+121+96=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 121 - color contains mainly: green. Hex color #247960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247960 is #DB869F. Grayscale: #5C5C5C. Windows color (decimal): -14386848 or 6322468. OLE color: 6322468.

HSL color Cylindrical-coordinate representation of color #247960: hue angle of 162.35º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #247960 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 121 96 -
CMYK 0.70 0 0.21 0.53
HSL 162.35º 0.54% 0.31% -
HSV(B) 162.35º 0.7% 0.47% -
XYZ 9.68 14.89 13.43 -
YUV 92.74 129.84 87.53 -
System Red Green Blue C M Y K H S L
Decimal 36 121 96 0.70 0 0.21 0.53 162.35 0.54 0.31
Hex 24 79 60 46 0 15 35 A2 36 1F
Octal 44 171 140 106 0 25 65 242 66 37
Binary 100100 1111001 1100000 1000110 0 10101 110101 10100010 110110 11111

Color Harmonies of #247960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247960

Black with #247960

Text Example


Text Example

White with #247960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247960; }

 p { color: rgb(36,121,96); }

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

background-color css

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

 a { background-color: rgb(36,121,96); }

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

border-color css

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

 span { border-color: rgb(36,121,96); }

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