Html Css Color HEX #38AD94 Niagara

📋 copy color: '#38AD94'

red 56 ◦ green 173 ◦ blue 148

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

Shades of Niagara #38AD94

Tints of Niagara #38AD94

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.89%

 BLUE value IS 148 (58.2% from 255) = 39.26%

R = 14.85%
G = 45.89%
B = 39.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#38AD94 (or 0x38AD94) is known color: Niagara. HEX triplet: 38, AD and 94. RGB value is (56,173,148). Sum of RGB (Red+Green+Blue) = 56+173+148=377 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.85% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AD94 is #C7526B. Grayscale: #878787. Windows color (decimal): -13062764 or 9743672. OLE color: 9743672.

HSL color Cylindrical-coordinate representation of color #38AD94: hue angle of 167.18º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AD94 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 173 148 -
CMYK 0.68 0 0.14 0.32
HSL 167.18º 0.51% 0.45% -
HSV(B) 167.18º 0.68% 0.68% -
XYZ 21.92 32.87 33.21 -
YUV 135.17 135.24 71.53 -
System Red Green Blue C M Y K H S L
Decimal 56 173 148 0.68 0 0.14 0.32 167.18 0.51 0.45
Hex 38 AD 94 44 0 E 20 A7 33 2D
Octal 70 255 224 104 0 16 40 247 63 55
Binary 111000 10101101 10010100 1000100 0 1110 100000 10100111 110011 101101

Color Harmonies of #38AD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AD94

Black with #38AD94

Text Example


Text Example

White with #38AD94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,173,148); }

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

background-color css

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

 a { background-color: rgb(56,173,148); }

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

border-color css

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

 span { border-color: rgb(56,173,148); }

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