Html Css Color HEX #38AD90 Niagara

📋 copy color: '#38AD90'

red 56 ◦ green 173 ◦ blue 144

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

Shades of Niagara #38AD90

Tints of Niagara #38AD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.61%

R = 15.01%
G = 46.38%
B = 38.61%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#38AD90 (or 0x38AD90) is known color: Niagara. HEX triplet: 38, AD and 90. RGB value is (56,173,144). Sum of RGB (Red+Green+Blue) = 56+173+144=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AD90 is #C7526F. Grayscale: #868686. Windows color (decimal): -13062768 or 9481528. OLE color: 9481528.

HSL color Cylindrical-coordinate representation of color #38AD90: hue angle of 165.13º 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 #38AD90 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 173 144 -
CMYK 0.68 0 0.17 0.32
HSL 165.13º 0.51% 0.45% -
HSV(B) 165.13º 0.68% 0.68% -
XYZ 21.61 32.74 31.57 -
YUV 134.71 133.24 71.86 -
System Red Green Blue C M Y K H S L
Decimal 56 173 144 0.68 0 0.17 0.32 165.13 0.51 0.45
Hex 38 AD 90 44 0 11 20 A5 33 2D
Octal 70 255 220 104 0 21 40 245 63 55
Binary 111000 10101101 10010000 1000100 0 10001 100000 10100101 110011 101101

Color Harmonies of #38AD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AD90

Black with #38AD90

Text Example


Text Example

White with #38AD90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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