Html Css Color HEX #38A899 Niagara

📋 copy color: '#38A899'

red 56 ◦ green 168 ◦ blue 153

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

Shades of Niagara #38A899

Tints of Niagara #38A899

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.56%

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

R = 14.85%
G = 44.56%
B = 40.58%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#38A899 (or 0x38A899) is known color: Niagara. HEX triplet: 38, A8 and 99. RGB value is (56,168,153). Sum of RGB (Red+Green+Blue) = 56+168+153=377 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.85% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 168 - color contains mainly: green. Hex color #38A899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A899 is #C75766. Grayscale: #848484. Windows color (decimal): -13064039 or 10070072. OLE color: 10070072.

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

Color convert

RGB 56 168 153 -
CMYK 0.67 0 0.09 0.34
HSL 171.96º 0.5% 0.44% -
HSV(B) 171.96º 0.67% 0.66% -
XYZ 21.38 31.15 35.02 -
YUV 132.8 139.39 73.22 -
System Red Green Blue C M Y K H S L
Decimal 56 168 153 0.67 0 0.09 0.34 171.96 0.5 0.44
Hex 38 A8 99 43 0 9 22 AC 32 2C
Octal 70 250 231 103 0 11 42 254 62 54
Binary 111000 10101000 10011001 1000011 0 1001 100010 10101100 110010 101100

Color Harmonies of #38A899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A899

Black with #38A899

Text Example


Text Example

White with #38A899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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