Html Css Color HEX #38C0A0 Shamrock

📋 copy color: '#38C0A0'

red 56 ◦ green 192 ◦ blue 160

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

Shades of Shamrock #38C0A0

Tints of Shamrock #38C0A0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.06%

 BLUE value IS 160 (62.89% from 255) = 39.22%

R = 13.73%
G = 47.06%
B = 39.22%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#38C0A0 (or 0x38C0A0) is known color: Shamrock. HEX triplet: 38, C0 and A0. RGB value is (56,192,160). Sum of RGB (Red+Green+Blue) = 56+192+160=408 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.73% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #38C0A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C0A0 is #C73F5F. Grayscale: #939393. Windows color (decimal): -13057888 or 10534968. OLE color: 10534968.

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

Color convert

RGB 56 192 160 -
CMYK 0.71 0 0.17 0.25
HSL 165.88º 0.55% 0.49% -
HSV(B) 165.88º 0.71% 0.75% -
XYZ 26.83 41.08 39.77 -
YUV 147.69 134.94 62.6 -
System Red Green Blue C M Y K H S L
Decimal 56 192 160 0.71 0 0.17 0.25 165.88 0.55 0.49
Hex 38 C0 A0 47 0 11 19 A6 37 31
Octal 70 300 240 107 0 21 31 246 67 61
Binary 111000 11000000 10100000 1000111 0 10001 11001 10100110 110111 110001

Color Harmonies of #38C0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C0A0

Black with #38C0A0

Text Example


Text Example

White with #38C0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,192,160); }

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

background-color css

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

 a { background-color: rgb(56,192,160); }

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

border-color css

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

 span { border-color: rgb(56,192,160); }

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