Html Css Color HEX #129DAE Pelorous

📋 copy color: '#129DAE'

red 18 ◦ green 157 ◦ blue 174

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

Shades of Pelorous #129DAE

Tints of Pelorous #129DAE

RGB

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

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

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

R = 5.16%
G = 44.99%
B = 49.86%

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

#129DAE (or 0x129DAE) is known color: Pelorous. HEX triplet: 12, 9D and AE. RGB value is (18,157,174). Sum of RGB (Red+Green+Blue) = 18+157+174=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #129DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129DAE is #ED6251. Grayscale: #757575. Windows color (decimal): -15557202 or 11443474. OLE color: 11443474.

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

Color convert

RGB 18 157 174 -
CMYK 0.90 0.10 0 0.32
HSL 186.54º 0.81% 0.38% -
HSV(B) 186.54º 0.9% 0.68% -
XYZ 19.95 27.3 44.26 -
YUV 117.38 159.95 57.12 -
System Red Green Blue C M Y K H S L
Decimal 18 157 174 0.90 0.10 0 0.32 186.54 0.81 0.38
Hex 12 9D AE 5A A 0 20 BB 51 26
Octal 22 235 256 132 12 0 40 273 121 46
Binary 10010 10011101 10101110 1011010 1010 0 100000 10111011 1010001 100110

Color Harmonies of #129DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129DAE

Black with #129DAE

Text Example


Text Example

White with #129DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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