Html Css Color HEX #38D5A0 Shamrock

📋 copy color: '#38D5A0'

red 56 ◦ green 213 ◦ blue 160

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

Shades of Shamrock #38D5A0

Tints of Shamrock #38D5A0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.65%

 BLUE value IS 160 (62.89% from 255) = 37.3%

R = 13.05%
G = 49.65%
B = 37.3%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#38D5A0 (or 0x38D5A0) is known color: Shamrock. HEX triplet: 38, D5 and A0. RGB value is (56,213,160). Sum of RGB (Red+Green+Blue) = 56+213+160=429 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.05% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #38D5A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D5A0 is #C72A5F. Grayscale: #A0A0A0. Windows color (decimal): -13052512 or 10540344. OLE color: 10540344.

HSL color Cylindrical-coordinate representation of color #38D5A0: hue angle of 159.75º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D5A0 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 213 160 -
CMYK 0.74 0 0.25 0.16
HSL 159.75º 0.65% 0.53% -
HSV(B) 159.75º 0.74% 0.84% -
XYZ 31.77 50.97 41.42 -
YUV 160.02 127.99 53.81 -
System Red Green Blue C M Y K H S L
Decimal 56 213 160 0.74 0 0.25 0.16 159.75 0.65 0.53
Hex 38 D5 A0 4A 0 19 10 A0 41 35
Octal 70 325 240 112 0 31 20 240 101 65
Binary 111000 11010101 10100000 1001010 0 11001 10000 10100000 1000001 110101

Color Harmonies of #38D5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D5A0

Black with #38D5A0

Text Example


Text Example

White with #38D5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,213,160); }

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

background-color css

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

 a { background-color: rgb(56,213,160); }

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

border-color css

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

 span { border-color: rgb(56,213,160); }

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