Html Css Color HEX #129EAE Pelorous

📋 copy color: '#129EAE'

red 18 ◦ green 158 ◦ blue 174

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

Shades of Pelorous #129EAE

Tints of Pelorous #129EAE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.14%

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

R = 5.14%
G = 45.14%
B = 49.71%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#129EAE (or 0x129EAE) is known color: Pelorous. HEX triplet: 12, 9E and AE. RGB value is (18,158,174). Sum of RGB (Red+Green+Blue) = 18+158+174=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #129EAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129EAE is #ED6151. Grayscale: #757575. Windows color (decimal): -15556946 or 11443730. OLE color: 11443730.

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

Color convert

RGB 18 158 174 -
CMYK 0.90 0.09 0 0.32
HSL 186.15º 0.81% 0.38% -
HSV(B) 186.15º 0.9% 0.68% -
XYZ 20.12 27.64 44.32 -
YUV 117.96 159.62 56.7 -
System Red Green Blue C M Y K H S L
Decimal 18 158 174 0.90 0.09 0 0.32 186.15 0.81 0.38
Hex 12 9E AE 5A 9 0 20 BA 51 26
Octal 22 236 256 132 11 0 40 272 121 46
Binary 10010 10011110 10101110 1011010 1001 0 100000 10111010 1010001 100110

Color Harmonies of #129EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129EAE

Black with #129EAE

Text Example


Text Example

White with #129EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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