Html Css Color HEX #129AAB Pelorous

📋 copy color: '#129AAB'

red 18 ◦ green 154 ◦ blue 171

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

Shades of Pelorous #129AAB

Tints of Pelorous #129AAB

RGB

 RED value IS 18 (7.42% from 255) = 5.25%

 GREEN value IS 154 (60.55% from 255) = 44.9%

 BLUE value IS 171 (67.19% from 255) = 49.85%

R = 5.25%
G = 44.9%
B = 49.85%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#129AAB (or 0x129AAB) is known color: Pelorous. HEX triplet: 12, 9A and AB. RGB value is (18,154,171). Sum of RGB (Red+Green+Blue) = 18+154+171=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #129AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129AAB is #ED6554. Grayscale: #737373. Windows color (decimal): -15557973 or 11246098. OLE color: 11246098.

HSL color Cylindrical-coordinate representation of color #129AAB: hue angle of 186.67º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129AAB is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 154 171 -
CMYK 0.89 0.10 0 0.33
HSL 186.67º 0.81% 0.37% -
HSV(B) 186.67º 0.89% 0.67% -
XYZ 19.16 26.18 42.57 -
YUV 115.27 159.44 58.62 -
System Red Green Blue C M Y K H S L
Decimal 18 154 171 0.89 0.10 0 0.33 186.67 0.81 0.37
Hex 12 9A AB 59 A 0 21 BB 51 25
Octal 22 232 253 131 12 0 41 273 121 45
Binary 10010 10011010 10101011 1011001 1010 0 100001 10111011 1010001 100101

Color Harmonies of #129AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129AAB

Black with #129AAB

Text Example


Text Example

White with #129AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129AAB; }

 p { color: rgb(18,154,171); }

 H1.HeaderClassName
 {
   color: #129AAB;
 }
 .AnyTagClassName
 {
   color: #129AAB;
 }
</style>

background-color css

<style>
 a { background-color: #129AAB; }

 a { background-color: rgb(18,154,171); }

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

border-color css

<style>
 span { border-color: #129AAB; }

 span { border-color: rgb(18,154,171); }

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