Html Css Color HEX #29889B Scooter

📋 copy color: '#29889B'

red 41 ◦ green 136 ◦ blue 155

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

Shades of Scooter #29889B

Tints of Scooter #29889B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.96%

 BLUE value IS 155 (60.94% from 255) = 46.69%

R = 12.35%
G = 40.96%
B = 46.69%

CMYK

 C value IS 0.74

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29889B (or 0x29889B) is known color: Scooter. HEX triplet: 29, 88 and 9B. RGB value is (41,136,155). Sum of RGB (Red+Green+Blue) = 41+136+155=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #29889B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29889B is #D67764. Grayscale: #6D6D6D. Windows color (decimal): -14055269 or 10192937. OLE color: 10192937.

HSL color Cylindrical-coordinate representation of color #29889B: hue angle of 190º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29889B is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 136 155 -
CMYK 0.74 0.12 0 0.39
HSL 190º 0.58% 0.38% -
HSV(B) 190º 0.74% 0.61% -
XYZ 15.64 20.45 34.13 -
YUV 109.76 153.53 78.96 -
System Red Green Blue C M Y K H S L
Decimal 41 136 155 0.74 0.12 0 0.39 190 0.58 0.38
Hex 29 88 9B 4A C 0 27 BE 3A 26
Octal 51 210 233 112 14 0 47 276 72 46
Binary 101001 10001000 10011011 1001010 1100 0 100111 10111110 111010 100110

Color Harmonies of #29889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29889B

Black with #29889B

Text Example


Text Example

White with #29889B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,136,155); }

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

background-color css

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

 a { background-color: rgb(41,136,155); }

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

border-color css

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

 span { border-color: rgb(41,136,155); }

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