Html Css Color HEX #38B694 Niagara

📋 copy color: '#38B694'

red 56 ◦ green 182 ◦ blue 148

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

Shades of Niagara #38B694

Tints of Niagara #38B694

RGB

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

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

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

R = 14.51%
G = 47.15%
B = 38.34%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#38B694 (or 0x38B694) is known color: Niagara. HEX triplet: 38, B6 and 94. RGB value is (56,182,148). Sum of RGB (Red+Green+Blue) = 56+182+148=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 182 - color contains mainly: green. Hex color #38B694 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B694 is #C7496B. Grayscale: #8C8C8C. Windows color (decimal): -13060460 or 9745976. OLE color: 9745976.

HSL color Cylindrical-coordinate representation of color #38B694: hue angle of 163.81º 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 #38B694 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 182 148 -
CMYK 0.69 0 0.19 0.29
HSL 163.81º 0.53% 0.47% -
HSV(B) 163.81º 0.69% 0.71% -
XYZ 23.7 36.43 33.8 -
YUV 140.45 132.26 67.76 -
System Red Green Blue C M Y K H S L
Decimal 56 182 148 0.69 0 0.19 0.29 163.81 0.53 0.47
Hex 38 B6 94 45 0 13 1D A4 35 2F
Octal 70 266 224 105 0 23 35 244 65 57
Binary 111000 10110110 10010100 1000101 0 10011 11101 10100100 110101 101111

Color Harmonies of #38B694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B694

Black with #38B694

Text Example


Text Example

White with #38B694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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