#247D69

Color #247D69 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #247D69

Tints of Deep Sea #247D69

Color information

#247D69 (or 0x247D69) is unknown color: approx Deep Sea. HEX triplet: 24, 7D and 69. RGB value is (36,125,105). Sum of RGB (Red+Green+Blue) = 36+125+105=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 125 (49.22% from 255 or 46.99% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 125 - color contains mainly: green. Hex color #247D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247D69 is #DB8296. Grayscale: #606060. Windows color (decimal): -14385815 or 6913316. OLE color: 6913316.

HSL color Cylindrical-coordinate representation of color #247D69: hue angle of 166.52º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247D69 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB36125105-
CMYK0.7100.160.51
HSL166.52º55.28%31.57%-
HSV(B)166.52º71.2%49.02%-
XYZ10.6116.0615.91-
YUV96.11133.0185.13-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.53%
GREEN value IS 125 (49.22% from 255) = 46.99%
BLUE value IS 105 (41.41% from 255) = 39.47%
R=13.53%
G=46.99%
B=39.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal361251050.7100.160.51166.5255.2831.57
Hex247D694701033a73720
Octal44175151107020632476740
Binary10010011111011101001100011101000011001110100111110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,125,105); }

 H1.HeaderClassName
 {
   color: #247D69;
 }
 .AnyTagClassName
 {
   color: #247D69;
 }
</style>
background-color css

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

 a { background-color: rgb(36,125,105); }

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

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

 span { border-color: rgb(36,125,105); }

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