Html Css Color HEX #299EAE Pelorous

📋 copy color: '#299EAE'

red 41 ◦ green 158 ◦ blue 174

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

Shades of Pelorous #299EAE

Tints of Pelorous #299EAE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.36%

 BLUE value IS 174 (68.36% from 255) = 46.65%

R = 10.99%
G = 42.36%
B = 46.65%

CMYK

 C value IS 0.76

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#299EAE (or 0x299EAE) is known color: Pelorous. HEX triplet: 29, 9E and AE. RGB value is (41,158,174). Sum of RGB (Red+Green+Blue) = 41+158+174=373 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.99% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #299EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299EAE is #D66151. Grayscale: #7C7C7C. Windows color (decimal): -14049618 or 11443753. OLE color: 11443753.

HSL color Cylindrical-coordinate representation of color #299EAE: hue angle of 187.22º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #299EAE is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 41 158 174 -
CMYK 0.76 0.09 0 0.32
HSL 187.22º 0.62% 0.42% -
HSV(B) 187.22º 0.76% 0.68% -
XYZ 20.78 27.98 44.35 -
YUV 124.84 155.74 68.2 -
System Red Green Blue C M Y K H S L
Decimal 41 158 174 0.76 0.09 0 0.32 187.22 0.62 0.42
Hex 29 9E AE 4C 9 0 20 BB 3E 2A
Octal 51 236 256 114 11 0 40 273 76 52
Binary 101001 10011110 10101110 1001100 1001 0 100000 10111011 111110 101010

Color Harmonies of #299EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299EAE

Black with #299EAE

Text Example


Text Example

White with #299EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299EAE; }

 p { color: rgb(41,158,174); }

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

background-color css

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

 a { background-color: rgb(41,158,174); }

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

border-color css

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

 span { border-color: rgb(41,158,174); }

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