Html Css Color HEX #129DAB Pelorous

📋 copy color: '#129DAB'

red 18 ◦ green 157 ◦ blue 171

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

Shades of Pelorous #129DAB

Tints of Pelorous #129DAB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.38%

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

R = 5.2%
G = 45.38%
B = 49.42%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#129DAB (or 0x129DAB) is known color: Pelorous. HEX triplet: 12, 9D and AB. RGB value is (18,157,171). Sum of RGB (Red+Green+Blue) = 18+157+171=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #129DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129DAB is #ED6254. Grayscale: #747474. Windows color (decimal): -15557205 or 11246866. OLE color: 11246866.

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

Color convert

RGB 18 157 171 -
CMYK 0.89 0.08 0 0.33
HSL 185.49º 0.81% 0.37% -
HSV(B) 185.49º 0.89% 0.67% -
XYZ 19.66 27.18 42.74 -
YUV 117.04 158.45 57.36 -
System Red Green Blue C M Y K H S L
Decimal 18 157 171 0.89 0.08 0 0.33 185.49 0.81 0.37
Hex 12 9D AB 59 8 0 21 B9 51 25
Octal 22 235 253 131 10 0 41 271 121 45
Binary 10010 10011101 10101011 1011001 1000 0 100001 10111001 1010001 100101

Color Harmonies of #129DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129DAB

Black with #129DAB

Text Example


Text Example

White with #129DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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