Html Css Color HEX #38BE8D Shamrock

📋 copy color: '#38BE8D'

red 56 ◦ green 190 ◦ blue 141

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

Shades of Shamrock #38BE8D

Tints of Shamrock #38BE8D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.1%

 BLUE value IS 141 (55.47% from 255) = 36.43%

R = 14.47%
G = 49.1%
B = 36.43%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#38BE8D (or 0x38BE8D) is known color: Shamrock. HEX triplet: 38, BE and 8D. RGB value is (56,190,141). Sum of RGB (Red+Green+Blue) = 56+190+141=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 190 - color contains mainly: green. Hex color #38BE8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BE8D is #C74172. Grayscale: #909090. Windows color (decimal): -13058419 or 9289272. OLE color: 9289272.

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

Color convert

RGB 56 190 141 -
CMYK 0.71 0 0.26 0.25
HSL 158.06º 0.54% 0.48% -
HSV(B) 158.06º 0.71% 0.75% -
XYZ 24.85 39.59 31.53 -
YUV 144.35 126.11 64.98 -
System Red Green Blue C M Y K H S L
Decimal 56 190 141 0.71 0 0.26 0.25 158.06 0.54 0.48
Hex 38 BE 8D 47 0 1A 19 9E 36 30
Octal 70 276 215 107 0 32 31 236 66 60
Binary 111000 10111110 10001101 1000111 0 11010 11001 10011110 110110 110000

Color Harmonies of #38BE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BE8D

Black with #38BE8D

Text Example


Text Example

White with #38BE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,190,141); }

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

background-color css

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

 a { background-color: rgb(56,190,141); }

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

border-color css

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

 span { border-color: rgb(56,190,141); }

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