Html Css Color HEX #38DC9F Shamrock

📋 copy color: '#38DC9F'

red 56 ◦ green 220 ◦ blue 159

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

Shades of Shamrock #38DC9F

Tints of Shamrock #38DC9F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.57%

 BLUE value IS 159 (62.5% from 255) = 36.55%

R = 12.87%
G = 50.57%
B = 36.55%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#38DC9F (or 0x38DC9F) is known color: Shamrock. HEX triplet: 38, DC and 9F. RGB value is (56,220,159). Sum of RGB (Red+Green+Blue) = 56+220+159=435 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.87% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #38DC9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DC9F is #C72360. Grayscale: #A4A4A4. Windows color (decimal): -13050721 or 10476600. OLE color: 10476600.

HSL color Cylindrical-coordinate representation of color #38DC9F: hue angle of 157.68º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DC9F is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 220 159 -
CMYK 0.75 0 0.28 0.14
HSL 157.68º 0.7% 0.54% -
HSV(B) 157.68º 0.75% 0.86% -
XYZ 33.48 54.53 41.56 -
YUV 164.01 125.17 50.96 -
System Red Green Blue C M Y K H S L
Decimal 56 220 159 0.75 0 0.28 0.14 157.68 0.7 0.54
Hex 38 DC 9F 4B 0 1C E 9E 46 36
Octal 70 334 237 113 0 34 16 236 106 66
Binary 111000 11011100 10011111 1001011 0 11100 1110 10011110 1000110 110110

Color Harmonies of #38DC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DC9F

Black with #38DC9F

Text Example


Text Example

White with #38DC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,220,159); }

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

background-color css

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

 a { background-color: rgb(56,220,159); }

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

border-color css

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

 span { border-color: rgb(56,220,159); }

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