Html Css Color HEX #247E69 Deep Sea

📋 copy color: '#247E69'

red 36 ◦ green 126 ◦ blue 105

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

Shades of Deep Sea #247E69

Tints of Deep Sea #247E69

RGB

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

 GREEN value IS 126 (49.61% from 255) = 47.19%

 BLUE value IS 105 (41.41% from 255) = 39.33%

R = 13.48%
G = 47.19%
B = 39.33%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#247E69 (or 0x247E69) is known color: Deep Sea. HEX triplet: 24, 7E and 69. RGB value is (36,126,105). Sum of RGB (Red+Green+Blue) = 36+126+105=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 126 (49.61% from 255 or 47.19% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 126 - color contains mainly: green. Hex color #247E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247E69 is #DB8196. Grayscale: #606060. Windows color (decimal): -14385559 or 6913572. OLE color: 6913572.

HSL color Cylindrical-coordinate representation of color #247E69: hue angle of 166º degrees, saturation: 0.56, 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 #247E69 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 36 126 105 -
CMYK 0.71 0 0.17 0.51
HSL 166º 0.56% 0.32% -
HSV(B) 166º 0.71% 0.49% -
XYZ 10.74 16.32 15.95 -
YUV 96.7 132.68 84.71 -
System Red Green Blue C M Y K H S L
Decimal 36 126 105 0.71 0 0.17 0.51 166 0.56 0.32
Hex 24 7E 69 47 0 11 33 A6 38 20
Octal 44 176 151 107 0 21 63 246 70 40
Binary 100100 1111110 1101001 1000111 0 10001 110011 10100110 111000 100000

Color Harmonies of #247E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247E69

Black with #247E69

Text Example


Text Example

White with #247E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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