Html Css Color HEX #29A1C0 Pelorous

📋 copy color: '#29A1C0'

red 41 ◦ green 161 ◦ blue 192

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

Shades of Pelorous #29A1C0

Tints of Pelorous #29A1C0

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.86%

 BLUE value IS 192 (75.39% from 255) = 48.73%

R = 10.41%
G = 40.86%
B = 48.73%

CMYK

 C value IS 0.79

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#29A1C0 (or 0x29A1C0) is known color: Pelorous. HEX triplet: 29, A1 and C0. RGB value is (41,161,192). Sum of RGB (Red+Green+Blue) = 41+161+192=394 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.41% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 192 - color contains mainly: blue. Hex color #29A1C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A1C0 is #D65E3F. Grayscale: #808080. Windows color (decimal): -14048832 or 12624169. OLE color: 12624169.

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

Color convert

RGB 41 161 192 -
CMYK 0.79 0.16 0 0.25
HSL 192.32º 0.65% 0.46% -
HSV(B) 192.32º 0.79% 0.75% -
XYZ 23.17 29.77 54.39 -
YUV 128.65 163.74 65.48 -
System Red Green Blue C M Y K H S L
Decimal 41 161 192 0.79 0.16 0 0.25 192.32 0.65 0.46
Hex 29 A1 C0 4F 10 0 19 C0 41 2E
Octal 51 241 300 117 20 0 31 300 101 56
Binary 101001 10100001 11000000 1001111 10000 0 11001 11000000 1000001 101110

Color Harmonies of #29A1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A1C0

Black with #29A1C0

Text Example


Text Example

White with #29A1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,161,192); }

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

background-color css

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

 a { background-color: rgb(41,161,192); }

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

border-color css

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

 span { border-color: rgb(41,161,192); }

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