Html Css Color HEX #29A6BE Pelorous

📋 copy color: '#29A6BE'

red 41 ◦ green 166 ◦ blue 190

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

Shades of Pelorous #29A6BE

Tints of Pelorous #29A6BE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.81%

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 10.33%
G = 41.81%
B = 47.86%

CMYK

 C value IS 0.78

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#29A6BE (or 0x29A6BE) is known color: Pelorous. HEX triplet: 29, A6 and BE. RGB value is (41,166,190). Sum of RGB (Red+Green+Blue) = 41+166+190=397 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.33% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #29A6BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A6BE is #D65941. Grayscale: #838383. Windows color (decimal): -14047554 or 12494377. OLE color: 12494377.

HSL color Cylindrical-coordinate representation of color #29A6BE: hue angle of 189.66º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29A6BE is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 166 190 -
CMYK 0.78 0.13 0 0.25
HSL 189.66º 0.65% 0.45% -
HSV(B) 189.66º 0.78% 0.75% -
XYZ 23.84 31.46 53.53 -
YUV 131.36 161.09 63.55 -
System Red Green Blue C M Y K H S L
Decimal 41 166 190 0.78 0.13 0 0.25 189.66 0.65 0.45
Hex 29 A6 BE 4E D 0 19 BE 41 2D
Octal 51 246 276 116 15 0 31 276 101 55
Binary 101001 10100110 10111110 1001110 1101 0 11001 10111110 1000001 101101

Color Harmonies of #29A6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A6BE

Black with #29A6BE

Text Example


Text Example

White with #29A6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29A6BE; }

 p { color: rgb(41,166,190); }

 H1.HeaderClassName
 {
   color: #29A6BE;
 }
 .AnyTagClassName
 {
   color: #29A6BE;
 }
</style>

background-color css

<style>
 a { background-color: #29A6BE; }

 a { background-color: rgb(41,166,190); }

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

border-color css

<style>
 span { border-color: #29A6BE; }

 span { border-color: rgb(41,166,190); }

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