Html Css Color HEX #129BAE Pelorous

📋 copy color: '#129BAE'

red 18 ◦ green 155 ◦ blue 174

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

Shades of Pelorous #129BAE

Tints of Pelorous #129BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.14%

R = 5.19%
G = 44.67%
B = 50.14%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#129BAE (or 0x129BAE) is known color: Pelorous. HEX triplet: 12, 9B and AE. RGB value is (18,155,174). Sum of RGB (Red+Green+Blue) = 18+155+174=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #129BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129BAE is #ED6451. Grayscale: #737373. Windows color (decimal): -15557714 or 11442962. OLE color: 11442962.

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

Color convert

RGB 18 155 174 -
CMYK 0.90 0.11 0 0.32
HSL 187.31º 0.81% 0.38% -
HSV(B) 187.31º 0.9% 0.68% -
XYZ 19.61 26.63 44.15 -
YUV 116.2 160.61 57.96 -
System Red Green Blue C M Y K H S L
Decimal 18 155 174 0.90 0.11 0 0.32 187.31 0.81 0.38
Hex 12 9B AE 5A B 0 20 BB 51 26
Octal 22 233 256 132 13 0 40 273 121 46
Binary 10010 10011011 10101110 1011010 1011 0 100000 10111011 1010001 100110

Color Harmonies of #129BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129BAE

Black with #129BAE

Text Example


Text Example

White with #129BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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