Html Css Color HEX #38AA99 Niagara

📋 copy color: '#38AA99'

red 56 ◦ green 170 ◦ blue 153

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

Shades of Niagara #38AA99

Tints of Niagara #38AA99

RGB

 RED value IS 56 (22.27% from 255) = 14.78%

 GREEN value IS 170 (66.8% from 255) = 44.85%

 BLUE value IS 153 (60.16% from 255) = 40.37%

R = 14.78%
G = 44.85%
B = 40.37%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#38AA99 (or 0x38AA99) is known color: Niagara. HEX triplet: 38, AA and 99. RGB value is (56,170,153). Sum of RGB (Red+Green+Blue) = 56+170+153=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AA99 is #C75566. Grayscale: #858585. Windows color (decimal): -13063527 or 10070584. OLE color: 10070584.

HSL color Cylindrical-coordinate representation of color #38AA99: hue angle of 171.05º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AA99 is Cyan = 0.67, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 170 153 -
CMYK 0.67 0 0.1 0.33
HSL 171.05º 0.5% 0.44% -
HSV(B) 171.05º 0.67% 0.67% -
XYZ 21.76 31.89 35.15 -
YUV 133.98 138.73 72.38 -
System Red Green Blue C M Y K H S L
Decimal 56 170 153 0.67 0 0.1 0.33 171.05 0.5 0.44
Hex 38 AA 99 43 0 A 21 AB 32 2C
Octal 70 252 231 103 0 12 41 253 62 54
Binary 111000 10101010 10011001 1000011 0 1010 100001 10101011 110010 101100

Color Harmonies of #38AA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AA99

Black with #38AA99

Text Example


Text Example

White with #38AA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38AA99; }

 p { color: rgb(56,170,153); }

 H1.HeaderClassName
 {
   color: #38AA99;
 }
 .AnyTagClassName
 {
   color: #38AA99;
 }
</style>

background-color css

<style>
 a { background-color: #38AA99; }

 a { background-color: rgb(56,170,153); }

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

border-color css

<style>
 span { border-color: #38AA99; }

 span { border-color: rgb(56,170,153); }

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