Html Css Color HEX #247A62 Deep Sea

📋 copy color: '#247A62'

red 36 ◦ green 122 ◦ blue 98

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

Shades of Deep Sea #247A62

Tints of Deep Sea #247A62

RGB

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

 GREEN value IS 122 (48.05% from 255) = 47.66%

 BLUE value IS 98 (38.67% from 255) = 38.28%

R = 14.06%
G = 47.66%
B = 38.28%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#247A62 (or 0x247A62) is known color: Deep Sea. HEX triplet: 24, 7A and 62. RGB value is (36,122,98). Sum of RGB (Red+Green+Blue) = 36+122+98=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 122 (48.05% from 255 or 47.66% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 122 - color contains mainly: green. Hex color #247A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247A62 is #DB859D. Grayscale: #5D5D5D. Windows color (decimal): -14386590 or 6453796. OLE color: 6453796.

HSL color Cylindrical-coordinate representation of color #247A62: hue angle of 163.26º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #247A62 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB 36 122 98 -
CMYK 0.70 0 0.20 0.52
HSL 163.26º 0.54% 0.31% -
HSV(B) 163.26º 0.7% 0.48% -
XYZ 9.89 15.18 13.96 -
YUV 93.55 130.51 86.95 -
System Red Green Blue C M Y K H S L
Decimal 36 122 98 0.70 0 0.20 0.52 163.26 0.54 0.31
Hex 24 7A 62 46 0 14 34 A3 36 1F
Octal 44 172 142 106 0 24 64 243 66 37
Binary 100100 1111010 1100010 1000110 0 10100 110100 10100011 110110 11111

Color Harmonies of #247A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247A62

Black with #247A62

Text Example


Text Example

White with #247A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247A62; }

 p { color: rgb(36,122,98); }

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

background-color css

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

 a { background-color: rgb(36,122,98); }

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

border-color css

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

 span { border-color: rgb(36,122,98); }

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