Html Css Color HEX #129CAD Pelorous

📋 copy color: '#129CAD'

red 18 ◦ green 156 ◦ blue 173

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

Shades of Pelorous #129CAD

Tints of Pelorous #129CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.86%

R = 5.19%
G = 44.96%
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

#129CAD (or 0x129CAD) is known color: Pelorous. HEX triplet: 12, 9C and AD. RGB value is (18,156,173). Sum of RGB (Red+Green+Blue) = 18+156+173=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #129CAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129CAD is #ED6352. Grayscale: #747474. Windows color (decimal): -15557459 or 11377682. OLE color: 11377682.

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

Color convert

RGB 18 156 173 -
CMYK 0.90 0.10 0 0.32
HSL 186.58º 0.81% 0.37% -
HSV(B) 186.58º 0.9% 0.68% -
XYZ 19.68 26.92 43.69 -
YUV 116.68 159.78 57.62 -
System Red Green Blue C M Y K H S L
Decimal 18 156 173 0.90 0.10 0 0.32 186.58 0.81 0.37
Hex 12 9C AD 5A A 0 20 BB 51 25
Octal 22 234 255 132 12 0 40 273 121 45
Binary 10010 10011100 10101101 1011010 1010 0 100000 10111011 1010001 100101

Color Harmonies of #129CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129CAD

Black with #129CAD

Text Example


Text Example

White with #129CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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