Html Css Color HEX #129EAC Pelorous

📋 copy color: '#129EAC'

red 18 ◦ green 158 ◦ blue 172

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

Shades of Pelorous #129EAC

Tints of Pelorous #129EAC

RGB

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

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

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

R = 5.17%
G = 45.4%
B = 49.43%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#129EAC (or 0x129EAC) is known color: Pelorous. HEX triplet: 12, 9E and AC. RGB value is (18,158,172). Sum of RGB (Red+Green+Blue) = 18+158+172=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #129EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129EAC is #ED6153. Grayscale: #757575. Windows color (decimal): -15556948 or 11312658. OLE color: 11312658.

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

Color convert

RGB 18 158 172 -
CMYK 0.90 0.08 0 0.33
HSL 185.45º 0.81% 0.37% -
HSV(B) 185.45º 0.9% 0.67% -
XYZ 19.92 27.56 43.3 -
YUV 117.74 158.62 56.86 -
System Red Green Blue C M Y K H S L
Decimal 18 158 172 0.90 0.08 0 0.33 185.45 0.81 0.37
Hex 12 9E AC 5A 8 0 21 B9 51 25
Octal 22 236 254 132 10 0 41 271 121 45
Binary 10010 10011110 10101100 1011010 1000 0 100001 10111001 1010001 100101

Color Harmonies of #129EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129EAC

Black with #129EAC

Text Example


Text Example

White with #129EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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