Html Css Color HEX #38C08C Shamrock

📋 copy color: '#38C08C'

red 56 ◦ green 192 ◦ blue 140

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

Shades of Shamrock #38C08C

Tints of Shamrock #38C08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.08%

R = 14.43%
G = 49.48%
B = 36.08%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#38C08C (or 0x38C08C) is known color: Shamrock. HEX triplet: 38, C0 and 8C. RGB value is (56,192,140). Sum of RGB (Red+Green+Blue) = 56+192+140=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #38C08C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C08C is #C73F73. Grayscale: #919191. Windows color (decimal): -13057908 or 9224248. OLE color: 9224248.

HSL color Cylindrical-coordinate representation of color #38C08C: hue angle of 157.06º 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 #38C08C is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 192 140 -
CMYK 0.71 0 0.27 0.25
HSL 157.06º 0.55% 0.49% -
HSV(B) 157.06º 0.71% 0.75% -
XYZ 25.21 40.43 31.29 -
YUV 145.41 124.94 64.23 -
System Red Green Blue C M Y K H S L
Decimal 56 192 140 0.71 0 0.27 0.25 157.06 0.55 0.49
Hex 38 C0 8C 47 0 1B 19 9D 37 31
Octal 70 300 214 107 0 33 31 235 67 61
Binary 111000 11000000 10001100 1000111 0 11011 11001 10011101 110111 110001

Color Harmonies of #38C08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C08C

Black with #38C08C

Text Example


Text Example

White with #38C08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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