Html Css Color HEX #38B692 Niagara

📋 copy color: '#38B692'

red 56 ◦ green 182 ◦ blue 146

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

Shades of Niagara #38B692

Tints of Niagara #38B692

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.4%

 BLUE value IS 146 (57.42% from 255) = 38.02%

R = 14.58%
G = 47.4%
B = 38.02%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#38B692 (or 0x38B692) is known color: Niagara. HEX triplet: 38, B6 and 92. RGB value is (56,182,146). Sum of RGB (Red+Green+Blue) = 56+182+146=384 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.58% from 384); Green value is 182 (71.48% from 255 or 47.40% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 182 - color contains mainly: green. Hex color #38B692 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B692 is #C7496D. Grayscale: #8C8C8C. Windows color (decimal): -13060462 or 9614904. OLE color: 9614904.

HSL color Cylindrical-coordinate representation of color #38B692: hue angle of 162.86º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B692 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 182 146 -
CMYK 0.69 0 0.20 0.29
HSL 162.86º 0.53% 0.47% -
HSV(B) 162.86º 0.69% 0.71% -
XYZ 23.55 36.37 32.97 -
YUV 140.22 131.26 67.93 -
System Red Green Blue C M Y K H S L
Decimal 56 182 146 0.69 0 0.20 0.29 162.86 0.53 0.47
Hex 38 B6 92 45 0 14 1D A3 35 2F
Octal 70 266 222 105 0 24 35 243 65 57
Binary 111000 10110110 10010010 1000101 0 10100 11101 10100011 110101 101111

Color Harmonies of #38B692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B692

Black with #38B692

Text Example


Text Example

White with #38B692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,182,146); }

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

background-color css

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

 a { background-color: rgb(56,182,146); }

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

border-color css

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

 span { border-color: rgb(56,182,146); }

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