Html Css Color HEX #247966 Deep Sea

📋 copy color: '#247966'

red 36 ◦ green 121 ◦ blue 102

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

Shades of Deep Sea #247966

Tints of Deep Sea #247966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 39.38%

R = 13.9%
G = 46.72%
B = 39.38%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#247966 (or 0x247966) is known color: Deep Sea. HEX triplet: 24, 79 and 66. RGB value is (36,121,102). Sum of RGB (Red+Green+Blue) = 36+121+102=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 121 (47.66% from 255 or 46.72% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 121 - color contains mainly: green. Hex color #247966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247966 is #DB8699. Grayscale: #5D5D5D. Windows color (decimal): -14386842 or 6715684. OLE color: 6715684.

HSL color Cylindrical-coordinate representation of color #247966: hue angle of 166.59º 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 #247966 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 121 102 -
CMYK 0.70 0 0.16 0.53
HSL 166.59º 0.54% 0.31% -
HSV(B) 166.59º 0.7% 0.47% -
XYZ 9.96 15.01 14.94 -
YUV 93.42 132.84 87.04 -
System Red Green Blue C M Y K H S L
Decimal 36 121 102 0.70 0 0.16 0.53 166.59 0.54 0.31
Hex 24 79 66 46 0 10 35 A7 36 1F
Octal 44 171 146 106 0 20 65 247 66 37
Binary 100100 1111001 1100110 1000110 0 10000 110101 10100111 110110 11111

Color Harmonies of #247966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247966

Black with #247966

Text Example


Text Example

White with #247966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247966; }

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

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

background-color css

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

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

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

border-color css

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

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

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