Html Css Color HEX #29828C Atoll

📋 copy color: '#29828C'

red 41 ◦ green 130 ◦ blue 140

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

Shades of Atoll #29828C

Tints of Atoll #29828C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.8%

 BLUE value IS 140 (55.08% from 255) = 45.02%

R = 13.18%
G = 41.8%
B = 45.02%

CMYK

 C value IS 0.71

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29828C (or 0x29828C) is known color: Atoll. HEX triplet: 29, 82 and 8C. RGB value is (41,130,140). Sum of RGB (Red+Green+Blue) = 41+130+140=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #29828C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29828C is #D67D73. Grayscale: #686868. Windows color (decimal): -14056820 or 9208361. OLE color: 9208361.

HSL color Cylindrical-coordinate representation of color #29828C: hue angle of 186.06º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29828C is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 130 140 -
CMYK 0.71 0.07 0 0.45
HSL 186.06º 0.55% 0.35% -
HSV(B) 186.06º 0.71% 0.55% -
XYZ 13.63 18.33 27.63 -
YUV 104.53 148.01 82.69 -
System Red Green Blue C M Y K H S L
Decimal 41 130 140 0.71 0.07 0 0.45 186.06 0.55 0.35
Hex 29 82 8C 47 7 0 2D BA 37 23
Octal 51 202 214 107 7 0 55 272 67 43
Binary 101001 10000010 10001100 1000111 111 0 101101 10111010 110111 100011

Color Harmonies of #29828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29828C

Black with #29828C

Text Example


Text Example

White with #29828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29828C; }

 p { color: rgb(41,130,140); }

 H1.HeaderClassName
 {
   color: #29828C;
 }
 .AnyTagClassName
 {
   color: #29828C;
 }
</style>

background-color css

<style>
 a { background-color: #29828C; }

 a { background-color: rgb(41,130,140); }

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

border-color css

<style>
 span { border-color: #29828C; }

 span { border-color: rgb(41,130,140); }

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