Html Css Color HEX #38AE8C Jungle Green

📋 copy color: '#38AE8C'

red 56 ◦ green 174 ◦ blue 140

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

Shades of Jungle Green #38AE8C

Tints of Jungle Green #38AE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.84%

R = 15.14%
G = 47.03%
B = 37.84%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#38AE8C (or 0x38AE8C) is known color: Jungle Green. HEX triplet: 38, AE and 8C. RGB value is (56,174,140). Sum of RGB (Red+Green+Blue) = 56+174+140=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 174 (68.36% from 255 or 47.03% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 174 - color contains mainly: green. Hex color #38AE8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AE8C is #C75173. Grayscale: #868686. Windows color (decimal): -13062516 or 9219640. OLE color: 9219640.

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

Color convert

RGB 56 174 140 -
CMYK 0.68 0 0.20 0.32
HSL 162.71º 0.51% 0.45% -
HSV(B) 162.71º 0.68% 0.68% -
XYZ 21.5 33.01 30.05 -
YUV 134.84 130.91 71.76 -
System Red Green Blue C M Y K H S L
Decimal 56 174 140 0.68 0 0.20 0.32 162.71 0.51 0.45
Hex 38 AE 8C 44 0 14 20 A3 33 2D
Octal 70 256 214 104 0 24 40 243 63 55
Binary 111000 10101110 10001100 1000100 0 10100 100000 10100011 110011 101101

Color Harmonies of #38AE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AE8C

Black with #38AE8C

Text Example


Text Example

White with #38AE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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