Html Css Color HEX #129FAB Pelorous

📋 copy color: '#129FAB'

red 18 ◦ green 159 ◦ blue 171

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

Shades of Pelorous #129FAB

Tints of Pelorous #129FAB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.69%

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

R = 5.17%
G = 45.69%
B = 49.14%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#129FAB (or 0x129FAB) is known color: Pelorous. HEX triplet: 12, 9F and AB. RGB value is (18,159,171). Sum of RGB (Red+Green+Blue) = 18+159+171=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #129FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129FAB is #ED6054. Grayscale: #767676. Windows color (decimal): -15556693 or 11247378. OLE color: 11247378.

HSL color Cylindrical-coordinate representation of color #129FAB: hue angle of 184.71º 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 #129FAB is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 159 171 -
CMYK 0.89 0.07 0 0.33
HSL 184.71º 0.81% 0.37% -
HSV(B) 184.71º 0.89% 0.67% -
XYZ 20 27.87 42.85 -
YUV 118.21 157.79 56.52 -
System Red Green Blue C M Y K H S L
Decimal 18 159 171 0.89 0.07 0 0.33 184.71 0.81 0.37
Hex 12 9F AB 59 7 0 21 B9 51 25
Octal 22 237 253 131 7 0 41 271 121 45
Binary 10010 10011111 10101011 1011001 111 0 100001 10111001 1010001 100101

Color Harmonies of #129FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129FAB

Black with #129FAB

Text Example


Text Example

White with #129FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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