Html Css Color HEX #299DA6 Pelorous

📋 copy color: '#299DA6'

red 41 ◦ green 157 ◦ blue 166

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

Shades of Pelorous #299DA6

Tints of Pelorous #299DA6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.13%

 BLUE value IS 166 (65.23% from 255) = 45.6%

R = 11.26%
G = 43.13%
B = 45.6%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#299DA6 (or 0x299DA6) is known color: Pelorous. HEX triplet: 29, 9D and A6. RGB value is (41,157,166). Sum of RGB (Red+Green+Blue) = 41+157+166=364 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.26% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 166 (65.23% from 255 or 45.60% from 364); Max value from RGB is 166 - color contains mainly: blue. Hex color #299DA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299DA6 is #D66259. Grayscale: #7B7B7B. Windows color (decimal): -14049882 or 10919209. OLE color: 10919209.

HSL color Cylindrical-coordinate representation of color #299DA6: hue angle of 184.32º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #299DA6 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 41 157 166 -
CMYK 0.75 0.05 0 0.35
HSL 184.32º 0.6% 0.41% -
HSV(B) 184.32º 0.75% 0.65% -
XYZ 19.85 27.34 40.31 -
YUV 123.34 152.07 69.27 -
System Red Green Blue C M Y K H S L
Decimal 41 157 166 0.75 0.05 0 0.35 184.32 0.6 0.41
Hex 29 9D A6 4B 5 0 23 B8 3C 29
Octal 51 235 246 113 5 0 43 270 74 51
Binary 101001 10011101 10100110 1001011 101 0 100011 10111000 111100 101001

Color Harmonies of #299DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299DA6

Black with #299DA6

Text Example


Text Example

White with #299DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,157,166); }

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

background-color css

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

 a { background-color: rgb(41,157,166); }

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

border-color css

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

 span { border-color: rgb(41,157,166); }

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