Html Css Color HEX #297E60 Deep Sea

📋 copy color: '#297E60'

red 41 ◦ green 126 ◦ blue 96

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

Shades of Deep Sea #297E60

Tints of Deep Sea #297E60

RGB

 RED value IS 41 (16.41% from 255) = 15.59%

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

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

R = 15.59%
G = 47.91%
B = 36.5%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#297E60 (or 0x297E60) is known color: Deep Sea. HEX triplet: 29, 7E and 60. RGB value is (41,126,96). Sum of RGB (Red+Green+Blue) = 41+126+96=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 126 (49.61% from 255 or 47.91% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 126 - color contains mainly: green. Hex color #297E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297E60 is #D6819F. Grayscale: #616161. Windows color (decimal): -14057888 or 6323753. OLE color: 6323753.

HSL color Cylindrical-coordinate representation of color #297E60: hue angle of 158.82º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297E60 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 126 96 -
CMYK 0.67 0 0.24 0.51
HSL 158.82º 0.51% 0.33% -
HSV(B) 158.82º 0.67% 0.49% -
XYZ 10.49 16.24 13.65 -
YUV 97.17 127.34 87.94 -
System Red Green Blue C M Y K H S L
Decimal 41 126 96 0.67 0 0.24 0.51 158.82 0.51 0.33
Hex 29 7E 60 43 0 18 33 9F 33 21
Octal 51 176 140 103 0 30 63 237 63 41
Binary 101001 1111110 1100000 1000011 0 11000 110011 10011111 110011 100001

Color Harmonies of #297E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297E60

Black with #297E60

Text Example


Text Example

White with #297E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297E60; }

 p { color: rgb(41,126,96); }

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

background-color css

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

 a { background-color: rgb(41,126,96); }

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

border-color css

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

 span { border-color: rgb(41,126,96); }

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