Html Css Color HEX #29818C Atoll

📋 copy color: '#29818C'

red 41 ◦ green 129 ◦ blue 140

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

Shades of Atoll #29818C

Tints of Atoll #29818C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.61%

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

R = 13.23%
G = 41.61%
B = 45.16%

CMYK

 C value IS 0.71

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29818C (or 0x29818C) is known color: Atoll. HEX triplet: 29, 81 and 8C. RGB value is (41,129,140). Sum of RGB (Red+Green+Blue) = 41+129+140=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 140 - color contains mainly: blue. Hex color #29818C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29818C is #D67E73. Grayscale: #676767. Windows color (decimal): -14057076 or 9208105. OLE color: 9208105.

HSL color Cylindrical-coordinate representation of color #29818C: hue angle of 186.67º 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 #29818C is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 129 140 -
CMYK 0.71 0.08 0 0.45
HSL 186.67º 0.55% 0.35% -
HSV(B) 186.67º 0.71% 0.55% -
XYZ 13.5 18.07 27.59 -
YUV 103.94 148.35 83.11 -
System Red Green Blue C M Y K H S L
Decimal 41 129 140 0.71 0.08 0 0.45 186.67 0.55 0.35
Hex 29 81 8C 47 8 0 2D BB 37 23
Octal 51 201 214 107 10 0 55 273 67 43
Binary 101001 10000001 10001100 1000111 1000 0 101101 10111011 110111 100011

Color Harmonies of #29818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29818C

Black with #29818C

Text Example


Text Example

White with #29818C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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