Html Css Color HEX #29717B Atoll

📋 copy color: '#29717B'

red 41 ◦ green 113 ◦ blue 123

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

Shades of Atoll #29717B

Tints of Atoll #29717B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.79%

 BLUE value IS 123 (48.44% from 255) = 44.4%

R = 14.8%
G = 40.79%
B = 44.4%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#29717B (or 0x29717B) is known color: Atoll. HEX triplet: 29, 71 and 7B. RGB value is (41,113,123). Sum of RGB (Red+Green+Blue) = 41+113+123=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 123 - color contains mainly: blue. Hex color #29717B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29717B is #D68E84. Grayscale: #5C5C5C. Windows color (decimal): -14061189 or 8089897. OLE color: 8089897.

HSL color Cylindrical-coordinate representation of color #29717B: hue angle of 187.32º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29717B is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 41 113 123 -
CMYK 0.67 0.08 0 0.52
HSL 187.32º 0.5% 0.32% -
HSV(B) 187.32º 0.67% 0.48% -
XYZ 10.39 13.71 20.84 -
YUV 92.61 145.15 91.19 -
System Red Green Blue C M Y K H S L
Decimal 41 113 123 0.67 0.08 0 0.52 187.32 0.5 0.32
Hex 29 71 7B 43 8 0 34 BB 32 20
Octal 51 161 173 103 10 0 64 273 62 40
Binary 101001 1110001 1111011 1000011 1000 0 110100 10111011 110010 100000

Color Harmonies of #29717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29717B

Black with #29717B

Text Example


Text Example

White with #29717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29717B; }

 p { color: rgb(41,113,123); }

 H1.HeaderClassName
 {
   color: #29717B;
 }
 .AnyTagClassName
 {
   color: #29717B;
 }
</style>

background-color css

<style>
 a { background-color: #29717B; }

 a { background-color: rgb(41,113,123); }

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

border-color css

<style>
 span { border-color: #29717B; }

 span { border-color: rgb(41,113,123); }

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