Html Css Color HEX #299EAB Pelorous

📋 copy color: '#299EAB'

red 41 ◦ green 158 ◦ blue 171

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

Shades of Pelorous #299EAB

Tints of Pelorous #299EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.22%

R = 11.08%
G = 42.7%
B = 46.22%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#299EAB (or 0x299EAB) is known color: Pelorous. HEX triplet: 29, 9E and AB. RGB value is (41,158,171). Sum of RGB (Red+Green+Blue) = 41+158+171=370 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.08% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #299EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299EAB is #D66154. Grayscale: #7C7C7C. Windows color (decimal): -14049621 or 11247145. OLE color: 11247145.

HSL color Cylindrical-coordinate representation of color #299EAB: hue angle of 186º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #299EAB is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 158 171 -
CMYK 0.76 0.08 0 0.33
HSL 186º 0.61% 0.42% -
HSV(B) 186º 0.76% 0.67% -
XYZ 20.49 27.87 42.83 -
YUV 124.5 154.24 68.44 -
System Red Green Blue C M Y K H S L
Decimal 41 158 171 0.76 0.08 0 0.33 186 0.61 0.42
Hex 29 9E AB 4C 8 0 21 BA 3D 2A
Octal 51 236 253 114 10 0 41 272 75 52
Binary 101001 10011110 10101011 1001100 1000 0 100001 10111010 111101 101010

Color Harmonies of #299EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299EAB

Black with #299EAB

Text Example


Text Example

White with #299EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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