Html Css Color HEX #38AE90 Niagara

📋 copy color: '#38AE90'

red 56 ◦ green 174 ◦ blue 144

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

Shades of Niagara #38AE90

Tints of Niagara #38AE90

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.52%

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

R = 14.97%
G = 46.52%
B = 38.5%

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

#38AE90 (or 0x38AE90) is known color: Niagara. HEX triplet: 38, AE and 90. RGB value is (56,174,144). Sum of RGB (Red+Green+Blue) = 56+174+144=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 174 - color contains mainly: green. Hex color #38AE90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AE90 is #C7516F. Grayscale: #878787. Windows color (decimal): -13062512 or 9481784. OLE color: 9481784.

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

Color convert

RGB 56 174 144 -
CMYK 0.68 0 0.17 0.32
HSL 164.75º 0.51% 0.45% -
HSV(B) 164.75º 0.68% 0.68% -
XYZ 21.8 33.13 31.63 -
YUV 135.3 132.91 71.44 -
System Red Green Blue C M Y K H S L
Decimal 56 174 144 0.68 0 0.17 0.32 164.75 0.51 0.45
Hex 38 AE 90 44 0 11 20 A5 33 2D
Octal 70 256 220 104 0 21 40 245 63 55
Binary 111000 10101110 10010000 1000100 0 10001 100000 10100101 110011 101101

Color Harmonies of #38AE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AE90

Black with #38AE90

Text Example


Text Example

White with #38AE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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