Html Css Color HEX #38C995 Shamrock

📋 copy color: '#38C995'

red 56 ◦ green 201 ◦ blue 149

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

Shades of Shamrock #38C995

Tints of Shamrock #38C995

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.51%

 BLUE value IS 149 (58.59% from 255) = 36.7%

R = 13.79%
G = 49.51%
B = 36.7%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#38C995 (or 0x38C995) is known color: Shamrock. HEX triplet: 38, C9 and 95. RGB value is (56,201,149). Sum of RGB (Red+Green+Blue) = 56+201+149=406 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.79% from 406); Green value is 201 (78.91% from 255 or 49.51% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 201 - color contains mainly: green. Hex color #38C995 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C995 is #C7366A. Grayscale: #979797. Windows color (decimal): -13055595 or 9816376. OLE color: 9816376.

HSL color Cylindrical-coordinate representation of color #38C995: hue angle of 158.48º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C995 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 56 201 149 -
CMYK 0.72 0 0.26 0.21
HSL 158.48º 0.57% 0.5% -
HSV(B) 158.48º 0.72% 0.79% -
XYZ 27.94 44.78 35.61 -
YUV 151.72 126.46 59.73 -
System Red Green Blue C M Y K H S L
Decimal 56 201 149 0.72 0 0.26 0.21 158.48 0.57 0.5
Hex 38 C9 95 48 0 1A 15 9E 39 32
Octal 70 311 225 110 0 32 25 236 71 62
Binary 111000 11001001 10010101 1001000 0 11010 10101 10011110 111001 110010

Color Harmonies of #38C995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C995

Black with #38C995

Text Example


Text Example

White with #38C995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,201,149); }

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

background-color css

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

 a { background-color: rgb(56,201,149); }

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

border-color css

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

 span { border-color: rgb(56,201,149); }

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