Html Css Color HEX #29ADBB Pelorous

📋 copy color: '#29ADBB'

red 41 ◦ green 173 ◦ blue 187

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

Shades of Pelorous #29ADBB

Tints of Pelorous #29ADBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.63%

R = 10.22%
G = 43.14%
B = 46.63%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#29ADBB (or 0x29ADBB) is known color: Pelorous. HEX triplet: 29, AD and BB. RGB value is (41,173,187). Sum of RGB (Red+Green+Blue) = 41+173+187=401 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.22% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #29ADBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ADBB is #D65244. Grayscale: #868686. Windows color (decimal): -14045765 or 12299561. OLE color: 12299561.

HSL color Cylindrical-coordinate representation of color #29ADBB: hue angle of 185.75º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29ADBB is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 173 187 -
CMYK 0.78 0.07 0 0.27
HSL 185.75º 0.64% 0.45% -
HSV(B) 185.75º 0.78% 0.73% -
XYZ 24.83 33.95 52.26 -
YUV 135.13 157.27 60.86 -
System Red Green Blue C M Y K H S L
Decimal 41 173 187 0.78 0.07 0 0.27 185.75 0.64 0.45
Hex 29 AD BB 4E 7 0 1B BA 40 2D
Octal 51 255 273 116 7 0 33 272 100 55
Binary 101001 10101101 10111011 1001110 111 0 11011 10111010 1000000 101101

Color Harmonies of #29ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ADBB

Black with #29ADBB

Text Example


Text Example

White with #29ADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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