Html Css Color HEX #38D29F Shamrock

📋 copy color: '#38D29F'

red 56 ◦ green 210 ◦ blue 159

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

Shades of Shamrock #38D29F

Tints of Shamrock #38D29F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.41%

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

R = 13.18%
G = 49.41%
B = 37.41%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#38D29F (or 0x38D29F) is known color: Shamrock. HEX triplet: 38, D2 and 9F. RGB value is (56,210,159). Sum of RGB (Red+Green+Blue) = 56+210+159=425 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.18% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #38D29F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D29F is #C72D60. Grayscale: #9E9E9E. Windows color (decimal): -13053281 or 10474040. OLE color: 10474040.

HSL color Cylindrical-coordinate representation of color #38D29F: hue angle of 160.13º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D29F is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 210 159 -
CMYK 0.73 0 0.24 0.18
HSL 160.13º 0.63% 0.52% -
HSV(B) 160.13º 0.73% 0.82% -
XYZ 30.94 49.44 40.71 -
YUV 158.14 128.48 55.15 -
System Red Green Blue C M Y K H S L
Decimal 56 210 159 0.73 0 0.24 0.18 160.13 0.63 0.52
Hex 38 D2 9F 49 0 18 12 A0 3F 34
Octal 70 322 237 111 0 30 22 240 77 64
Binary 111000 11010010 10011111 1001001 0 11000 10010 10100000 111111 110100

Color Harmonies of #38D29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D29F

Black with #38D29F

Text Example


Text Example

White with #38D29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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