Html Css Color HEX #38B893 Shamrock

📋 copy color: '#38B893'

red 56 ◦ green 184 ◦ blue 147

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

Shades of Shamrock #38B893

Tints of Shamrock #38B893

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.55%

 BLUE value IS 147 (57.81% from 255) = 37.98%

R = 14.47%
G = 47.55%
B = 37.98%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#38B893 (or 0x38B893) is known color: Shamrock. HEX triplet: 38, B8 and 93. RGB value is (56,184,147). Sum of RGB (Red+Green+Blue) = 56+184+147=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 184 - color contains mainly: green. Hex color #38B893 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B893 is #C7476C. Grayscale: #8D8D8D. Windows color (decimal): -13059949 or 9680952. OLE color: 9680952.

HSL color Cylindrical-coordinate representation of color #38B893: hue angle of 162.66º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38B893 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 184 147 -
CMYK 0.70 0 0.20 0.28
HSL 162.66º 0.53% 0.47% -
HSV(B) 162.66º 0.7% 0.72% -
XYZ 24.04 37.23 33.52 -
YUV 141.51 131.09 67.01 -
System Red Green Blue C M Y K H S L
Decimal 56 184 147 0.70 0 0.20 0.28 162.66 0.53 0.47
Hex 38 B8 93 46 0 14 1C A3 35 2F
Octal 70 270 223 106 0 24 34 243 65 57
Binary 111000 10111000 10010011 1000110 0 10100 11100 10100011 110101 101111

Color Harmonies of #38B893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B893

Black with #38B893

Text Example


Text Example

White with #38B893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,184,147); }

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

background-color css

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

 a { background-color: rgb(56,184,147); }

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

border-color css

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

 span { border-color: rgb(56,184,147); }

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