Html Css Color HEX #38D99C Shamrock

📋 copy color: '#38D99C'

red 56 ◦ green 217 ◦ blue 156

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

Shades of Shamrock #38D99C

Tints of Shamrock #38D99C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.58%

 BLUE value IS 156 (61.33% from 255) = 36.36%

R = 13.05%
G = 50.58%
B = 36.36%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#38D99C (or 0x38D99C) is known color: Shamrock. HEX triplet: 38, D9 and 9C. RGB value is (56,217,156). Sum of RGB (Red+Green+Blue) = 56+217+156=429 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.05% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #38D99C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D99C is #C72663. Grayscale: #A1A1A1. Windows color (decimal): -13051492 or 10279224. OLE color: 10279224.

HSL color Cylindrical-coordinate representation of color #38D99C: hue angle of 157.27º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D99C is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 217 156 -
CMYK 0.74 0 0.28 0.15
HSL 157.27º 0.68% 0.54% -
HSV(B) 157.27º 0.74% 0.85% -
XYZ 32.44 52.87 39.95 -
YUV 161.91 124.66 52.46 -
System Red Green Blue C M Y K H S L
Decimal 56 217 156 0.74 0 0.28 0.15 157.27 0.68 0.54
Hex 38 D9 9C 4A 0 1C F 9D 44 36
Octal 70 331 234 112 0 34 17 235 104 66
Binary 111000 11011001 10011100 1001010 0 11100 1111 10011101 1000100 110110

Color Harmonies of #38D99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D99C

Black with #38D99C

Text Example


Text Example

White with #38D99C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,217,156); }

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

background-color css

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

 a { background-color: rgb(56,217,156); }

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

border-color css

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

 span { border-color: rgb(56,217,156); }

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