Html Css Color HEX #29ADC5 Pelorous

📋 copy color: '#29ADC5'

red 41 ◦ green 173 ◦ blue 197

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

Shades of Pelorous #29ADC5

Tints of Pelorous #29ADC5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.09%

 BLUE value IS 197 (77.34% from 255) = 47.93%

R = 9.98%
G = 42.09%
B = 47.93%

CMYK

 C value IS 0.79

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#29ADC5 (or 0x29ADC5) is known color: Pelorous. HEX triplet: 29, AD and C5. RGB value is (41,173,197). Sum of RGB (Red+Green+Blue) = 41+173+197=411 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.98% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 197 (77.34% from 255 or 47.93% from 411); Max value from RGB is 197 - color contains mainly: blue. Hex color #29ADC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ADC5 is #D6523A. Grayscale: #888888. Windows color (decimal): -14045755 or 12954921. OLE color: 12954921.

HSL color Cylindrical-coordinate representation of color #29ADC5: hue angle of 189.23º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29ADC5 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 41 173 197 -
CMYK 0.79 0.12 0 0.23
HSL 189.23º 0.66% 0.47% -
HSV(B) 189.23º 0.79% 0.77% -
XYZ 25.94 34.39 58.09 -
YUV 136.27 162.27 60.05 -
System Red Green Blue C M Y K H S L
Decimal 41 173 197 0.79 0.12 0 0.23 189.23 0.66 0.47
Hex 29 AD C5 4F C 0 17 BD 42 2F
Octal 51 255 305 117 14 0 27 275 102 57
Binary 101001 10101101 11000101 1001111 1100 0 10111 10111101 1000010 101111

Color Harmonies of #29ADC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ADC5

Black with #29ADC5

Text Example


Text Example

White with #29ADC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,173,197); }

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

background-color css

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

 a { background-color: rgb(41,173,197); }

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

border-color css

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

 span { border-color: rgb(41,173,197); }

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