Html Css Color HEX #38D888 Shamrock

📋 copy color: '#38D888'

red 56 ◦ green 216 ◦ blue 136

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

Shades of Shamrock #38D888

Tints of Shamrock #38D888

RGB

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

 GREEN value IS 216 (84.77% from 255) = 52.94%

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

R = 13.73%
G = 52.94%
B = 33.33%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#38D888 (or 0x38D888) is known color: Shamrock. HEX triplet: 38, D8 and 88. RGB value is (56,216,136). Sum of RGB (Red+Green+Blue) = 56+216+136=408 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.73% from 408); Green value is 216 (84.77% from 255 or 52.94% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 216 - color contains mainly: green. Hex color #38D888 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D888 is #C72777. Grayscale: #9F9F9F. Windows color (decimal): -13051768 or 8968248. OLE color: 8968248.

HSL color Cylindrical-coordinate representation of color #38D888: hue angle of 150º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D888 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 216 136 -
CMYK 0.74 0 0.37 0.15
HSL 150º 0.67% 0.53% -
HSV(B) 150º 0.74% 0.85% -
XYZ 30.63 51.73 31.66 -
YUV 159.04 114.99 54.5 -
System Red Green Blue C M Y K H S L
Decimal 56 216 136 0.74 0 0.37 0.15 150 0.67 0.53
Hex 38 D8 88 4A 0 25 F 96 43 35
Octal 70 330 210 112 0 45 17 226 103 65
Binary 111000 11011000 10001000 1001010 0 100101 1111 10010110 1000011 110101

Color Harmonies of #38D888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D888

Black with #38D888

Text Example


Text Example

White with #38D888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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