Html Css Color HEX #38E5A1 Shamrock

📋 copy color: '#38E5A1'

red 56 ◦ green 229 ◦ blue 161

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

Shades of Shamrock #38E5A1

Tints of Shamrock #38E5A1

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51.35%

 BLUE value IS 161 (63.28% from 255) = 36.1%

R = 12.56%
G = 51.35%
B = 36.1%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#38E5A1 (or 0x38E5A1) is known color: Shamrock. HEX triplet: 38, E5 and A1. RGB value is (56,229,161). Sum of RGB (Red+Green+Blue) = 56+229+161=446 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.56% from 446); Green value is 229 (89.84% from 255 or 51.35% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 229 - color contains mainly: green. Hex color #38E5A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38E5A1 is #C71A5E. Grayscale: #A9A9A9. Windows color (decimal): -13048415 or 10609976. OLE color: 10609976.

HSL color Cylindrical-coordinate representation of color #38E5A1: hue angle of 156.42º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E5A1 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB 56 229 161 -
CMYK 0.76 0 0.30 0.10
HSL 156.42º 0.77% 0.56% -
HSV(B) 156.42º 0.76% 0.9% -
XYZ 36.08 59.45 43.29 -
YUV 169.52 123.19 47.03 -
System Red Green Blue C M Y K H S L
Decimal 56 229 161 0.76 0 0.30 0.10 156.42 0.77 0.56
Hex 38 E5 A1 4C 0 1E A 9C 4D 38
Octal 70 345 241 114 0 36 12 234 115 70
Binary 111000 11100101 10100001 1001100 0 11110 1010 10011100 1001101 111000

Color Harmonies of #38E5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E5A1

Black with #38E5A1

Text Example


Text Example

White with #38E5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,229,161); }

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

background-color css

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

 a { background-color: rgb(56,229,161); }

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

border-color css

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

 span { border-color: rgb(56,229,161); }

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