Html Css Color HEX #38EFAC Shamrock

📋 copy color: '#38EFAC'

red 56 ◦ green 239 ◦ blue 172

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

Shades of Shamrock #38EFAC

Tints of Shamrock #38EFAC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.18%

 BLUE value IS 172 (67.58% from 255) = 36.83%

R = 11.99%
G = 51.18%
B = 36.83%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#38EFAC (or 0x38EFAC) is known color: Shamrock. HEX triplet: 38, EF and AC. RGB value is (56,239,172). Sum of RGB (Red+Green+Blue) = 56+239+172=467 (61% of max value = 765). Red value is 56 (22.27% from 255 or 11.99% from 467); Green value is 239 (93.75% from 255 or 51.18% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 239 - color contains mainly: green. Hex color #38EFAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38EFAC is #C71053. Grayscale: #B0B0B0. Windows color (decimal): -13045844 or 11333432. OLE color: 11333432.

HSL color Cylindrical-coordinate representation of color #38EFAC: hue angle of 158.03º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38EFAC is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 239 172 -
CMYK 0.77 0 0.28 0.06
HSL 158.03º 0.85% 0.58% -
HSV(B) 158.03º 0.77% 0.94% -
XYZ 39.94 65.55 49.58 -
YUV 176.65 125.37 41.95 -
System Red Green Blue C M Y K H S L
Decimal 56 239 172 0.77 0 0.28 0.06 158.03 0.85 0.58
Hex 38 EF AC 4D 0 1C 6 9E 55 3A
Octal 70 357 254 115 0 34 6 236 125 72
Binary 111000 11101111 10101100 1001101 0 11100 110 10011110 1010101 111010

Color Harmonies of #38EFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EFAC

Black with #38EFAC

Text Example


Text Example

White with #38EFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,239,172); }

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

background-color css

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

 a { background-color: rgb(56,239,172); }

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

border-color css

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

 span { border-color: rgb(56,239,172); }

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