Html Css Color HEX #38D59B Shamrock

📋 copy color: '#38D59B'

red 56 ◦ green 213 ◦ blue 155

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

Shades of Shamrock #38D59B

Tints of Shamrock #38D59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.56%

R = 13.21%
G = 50.24%
B = 36.56%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#38D59B (or 0x38D59B) is known color: Shamrock. HEX triplet: 38, D5 and 9B. RGB value is (56,213,155). Sum of RGB (Red+Green+Blue) = 56+213+155=424 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.21% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #38D59B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D59B is #C72A64. Grayscale: #9F9F9F. Windows color (decimal): -13052517 or 10212664. OLE color: 10212664.

HSL color Cylindrical-coordinate representation of color #38D59B: hue angle of 157.83º 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 #38D59B is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 213 155 -
CMYK 0.74 0 0.27 0.16
HSL 157.83º 0.65% 0.53% -
HSV(B) 157.83º 0.74% 0.84% -
XYZ 31.34 50.8 39.16 -
YUV 159.45 125.49 54.22 -
System Red Green Blue C M Y K H S L
Decimal 56 213 155 0.74 0 0.27 0.16 157.83 0.65 0.53
Hex 38 D5 9B 4A 0 1B 10 9E 41 35
Octal 70 325 233 112 0 33 20 236 101 65
Binary 111000 11010101 10011011 1001010 0 11011 10000 10011110 1000001 110101

Color Harmonies of #38D59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D59B

Black with #38D59B

Text Example


Text Example

White with #38D59B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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