Html Css Color HEX #299CAC Pelorous

📋 copy color: '#299CAC'

red 41 ◦ green 156 ◦ blue 172

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

Shades of Pelorous #299CAC

Tints of Pelorous #299CAC

RGB

 RED value IS 41 (16.41% from 255) = 11.11%

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

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

R = 11.11%
G = 42.28%
B = 46.61%

CMYK

 C value IS 0.76

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#299CAC (or 0x299CAC) is known color: Pelorous. HEX triplet: 29, 9C and AC. RGB value is (41,156,172). Sum of RGB (Red+Green+Blue) = 41+156+172=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #299CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299CAC is #D66353. Grayscale: #7B7B7B. Windows color (decimal): -14050132 or 11312169. OLE color: 11312169.

HSL color Cylindrical-coordinate representation of color #299CAC: hue angle of 187.33º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #299CAC is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 156 172 -
CMYK 0.76 0.09 0 0.33
HSL 187.33º 0.62% 0.42% -
HSV(B) 187.33º 0.76% 0.67% -
XYZ 20.25 27.23 43.22 -
YUV 123.44 155.4 69.2 -
System Red Green Blue C M Y K H S L
Decimal 41 156 172 0.76 0.09 0 0.33 187.33 0.62 0.42
Hex 29 9C AC 4C 9 0 21 BB 3E 2A
Octal 51 234 254 114 11 0 41 273 76 52
Binary 101001 10011100 10101100 1001100 1001 0 100001 10111011 111110 101010

Color Harmonies of #299CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299CAC

Black with #299CAC

Text Example


Text Example

White with #299CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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