Html Css Color HEX #38C188 Shamrock

📋 copy color: '#38C188'

red 56 ◦ green 193 ◦ blue 136

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

Shades of Shamrock #38C188

Tints of Shamrock #38C188

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.13%

 BLUE value IS 136 (53.52% from 255) = 35.32%

R = 14.55%
G = 50.13%
B = 35.32%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#38C188 (or 0x38C188) is known color: Shamrock. HEX triplet: 38, C1 and 88. RGB value is (56,193,136). Sum of RGB (Red+Green+Blue) = 56+193+136=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #38C188 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C188 is #C73E77. Grayscale: #919191. Windows color (decimal): -13057656 or 8962360. OLE color: 8962360.

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

Color convert

RGB 56 193 136 -
CMYK 0.71 0 0.30 0.24
HSL 155.04º 0.55% 0.49% -
HSV(B) 155.04º 0.71% 0.76% -
XYZ 25.14 40.76 29.83 -
YUV 145.54 122.61 64.13 -
System Red Green Blue C M Y K H S L
Decimal 56 193 136 0.71 0 0.30 0.24 155.04 0.55 0.49
Hex 38 C1 88 47 0 1E 18 9B 37 31
Octal 70 301 210 107 0 36 30 233 67 61
Binary 111000 11000001 10001000 1000111 0 11110 11000 10011011 110111 110001

Color Harmonies of #38C188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C188

Black with #38C188

Text Example


Text Example

White with #38C188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,193,136); }

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

background-color css

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

 a { background-color: rgb(56,193,136); }

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

border-color css

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

 span { border-color: rgb(56,193,136); }

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