Html Css Color HEX #38DD9D Shamrock

📋 copy color: '#38DD9D'

red 56 ◦ green 221 ◦ blue 157

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

Shades of Shamrock #38DD9D

Tints of Shamrock #38DD9D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.92%

 BLUE value IS 157 (61.72% from 255) = 36.18%

R = 12.9%
G = 50.92%
B = 36.18%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#38DD9D (or 0x38DD9D) is known color: Shamrock. HEX triplet: 38, DD and 9D. RGB value is (56,221,157). Sum of RGB (Red+Green+Blue) = 56+221+157=434 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.90% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #38DD9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DD9D is #C72262. Grayscale: #A4A4A4. Windows color (decimal): -13050467 or 10345784. OLE color: 10345784.

HSL color Cylindrical-coordinate representation of color #38DD9D: hue angle of 156.73º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DD9D is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 221 157 -
CMYK 0.75 0 0.29 0.13
HSL 156.73º 0.71% 0.54% -
HSV(B) 156.73º 0.75% 0.87% -
XYZ 33.57 54.99 40.74 -
YUV 164.37 123.84 50.7 -
System Red Green Blue C M Y K H S L
Decimal 56 221 157 0.75 0 0.29 0.13 156.73 0.71 0.54
Hex 38 DD 9D 4B 0 1D D 9D 47 36
Octal 70 335 235 113 0 35 15 235 107 66
Binary 111000 11011101 10011101 1001011 0 11101 1101 10011101 1000111 110110

Color Harmonies of #38DD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DD9D

Black with #38DD9D

Text Example


Text Example

White with #38DD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,221,157); }

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

background-color css

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

 a { background-color: rgb(56,221,157); }

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

border-color css

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

 span { border-color: rgb(56,221,157); }

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