Html Css Color HEX #38A99D Niagara

📋 copy color: '#38A99D'

red 56 ◦ green 169 ◦ blue 157

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

Shades of Niagara #38A99D

Tints of Niagara #38A99D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.24%

 BLUE value IS 157 (61.72% from 255) = 41.1%

R = 14.66%
G = 44.24%
B = 41.1%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#38A99D (or 0x38A99D) is known color: Niagara. HEX triplet: 38, A9 and 9D. RGB value is (56,169,157). Sum of RGB (Red+Green+Blue) = 56+169+157=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 169 - color contains mainly: green. Hex color #38A99D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A99D is #C75662. Grayscale: #858585. Windows color (decimal): -13063779 or 10332472. OLE color: 10332472.

HSL color Cylindrical-coordinate representation of color #38A99D: hue angle of 173.63º 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 #38A99D is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 56 169 157 -
CMYK 0.67 0 0.07 0.34
HSL 173.63º 0.5% 0.44% -
HSV(B) 173.63º 0.67% 0.66% -
XYZ 21.9 31.65 36.85 -
YUV 133.85 141.06 72.48 -
System Red Green Blue C M Y K H S L
Decimal 56 169 157 0.67 0 0.07 0.34 173.63 0.5 0.44
Hex 38 A9 9D 43 0 7 22 AE 32 2C
Octal 70 251 235 103 0 7 42 256 62 54
Binary 111000 10101001 10011101 1000011 0 111 100010 10101110 110010 101100

Color Harmonies of #38A99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A99D

Black with #38A99D

Text Example


Text Example

White with #38A99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,169,157); }

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

background-color css

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

 a { background-color: rgb(56,169,157); }

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

border-color css

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

 span { border-color: rgb(56,169,157); }

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