Html Css Color HEX #129CAC Pelorous

📋 copy color: '#129CAC'

red 18 ◦ green 156 ◦ blue 172

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

Shades of Pelorous #129CAC

Tints of Pelorous #129CAC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.09%

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

R = 5.2%
G = 45.09%
B = 49.71%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#129CAC (or 0x129CAC) is known color: Pelorous. HEX triplet: 12, 9C and AC. RGB value is (18,156,172). Sum of RGB (Red+Green+Blue) = 18+156+172=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #129CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129CAC is #ED6353. Grayscale: #747474. Windows color (decimal): -15557460 or 11312146. OLE color: 11312146.

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

Color convert

RGB 18 156 172 -
CMYK 0.90 0.09 0 0.33
HSL 186.23º 0.81% 0.37% -
HSV(B) 186.23º 0.9% 0.67% -
XYZ 19.58 26.88 43.19 -
YUV 116.56 159.28 57.7 -
System Red Green Blue C M Y K H S L
Decimal 18 156 172 0.90 0.09 0 0.33 186.23 0.81 0.37
Hex 12 9C AC 5A 9 0 21 BA 51 25
Octal 22 234 254 132 11 0 41 272 121 45
Binary 10010 10011100 10101100 1011010 1001 0 100001 10111010 1010001 100101

Color Harmonies of #129CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129CAC

Black with #129CAC

Text Example


Text Example

White with #129CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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