Html Css Color HEX #129DAC Pelorous

📋 copy color: '#129DAC'

red 18 ◦ green 157 ◦ blue 172

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

Shades of Pelorous #129DAC

Tints of Pelorous #129DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.57%

R = 5.19%
G = 45.24%
B = 49.57%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#129DAC (or 0x129DAC) is known color: Pelorous. HEX triplet: 12, 9D and AC. RGB value is (18,157,172). Sum of RGB (Red+Green+Blue) = 18+157+172=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #129DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129DAC is #ED6253. Grayscale: #747474. Windows color (decimal): -15557204 or 11312402. OLE color: 11312402.

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

Color convert

RGB 18 157 172 -
CMYK 0.90 0.09 0 0.33
HSL 185.84º 0.81% 0.37% -
HSV(B) 185.84º 0.9% 0.67% -
XYZ 19.75 27.22 43.24 -
YUV 117.15 158.95 57.28 -
System Red Green Blue C M Y K H S L
Decimal 18 157 172 0.90 0.09 0 0.33 185.84 0.81 0.37
Hex 12 9D AC 5A 9 0 21 BA 51 25
Octal 22 235 254 132 11 0 41 272 121 45
Binary 10010 10011101 10101100 1011010 1001 0 100001 10111010 1010001 100101

Color Harmonies of #129DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129DAC

Black with #129DAC

Text Example


Text Example

White with #129DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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