Html Css Color HEX #129BAD Pelorous

📋 copy color: '#129BAD'

red 18 ◦ green 155 ◦ blue 173

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

Shades of Pelorous #129BAD

Tints of Pelorous #129BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50%

R = 5.2%
G = 44.8%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#129BAD (or 0x129BAD) is known color: Pelorous. HEX triplet: 12, 9B and AD. RGB value is (18,155,173). Sum of RGB (Red+Green+Blue) = 18+155+173=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #129BAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129BAD is #ED6452. Grayscale: #737373. Windows color (decimal): -15557715 or 11377426. OLE color: 11377426.

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

Color convert

RGB 18 155 173 -
CMYK 0.90 0.10 0 0.32
HSL 186.97º 0.81% 0.37% -
HSV(B) 186.97º 0.9% 0.68% -
XYZ 19.51 26.59 43.64 -
YUV 116.09 160.11 58.04 -
System Red Green Blue C M Y K H S L
Decimal 18 155 173 0.90 0.10 0 0.32 186.97 0.81 0.37
Hex 12 9B AD 5A A 0 20 BB 51 25
Octal 22 233 255 132 12 0 40 273 121 45
Binary 10010 10011011 10101101 1011010 1010 0 100000 10111011 1010001 100101

Color Harmonies of #129BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129BAD

Black with #129BAD

Text Example


Text Example

White with #129BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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