Html Css Color HEX #129BAC Pelorous

📋 copy color: '#129BAC'

red 18 ◦ green 155 ◦ blue 172

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

Shades of Pelorous #129BAC

Tints of Pelorous #129BAC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.93%

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

R = 5.22%
G = 44.93%
B = 49.86%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#129BAC (or 0x129BAC) is known color: Pelorous. HEX triplet: 12, 9B and AC. RGB value is (18,155,172). Sum of RGB (Red+Green+Blue) = 18+155+172=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #129BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129BAC is #ED6453. Grayscale: #737373. Windows color (decimal): -15557716 or 11311890. OLE color: 11311890.

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

Color convert

RGB 18 155 172 -
CMYK 0.90 0.10 0 0.33
HSL 186.62º 0.81% 0.37% -
HSV(B) 186.62º 0.9% 0.67% -
XYZ 19.42 26.55 43.13 -
YUV 115.98 159.61 58.12 -
System Red Green Blue C M Y K H S L
Decimal 18 155 172 0.90 0.10 0 0.33 186.62 0.81 0.37
Hex 12 9B AC 5A A 0 21 BB 51 25
Octal 22 233 254 132 12 0 41 273 121 45
Binary 10010 10011011 10101100 1011010 1010 0 100001 10111011 1010001 100101

Color Harmonies of #129BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129BAC

Black with #129BAC

Text Example


Text Example

White with #129BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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