Html Css Color HEX #38C09A Shamrock

📋 copy color: '#38C09A'

red 56 ◦ green 192 ◦ blue 154

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

Shades of Shamrock #38C09A

Tints of Shamrock #38C09A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.31%

R = 13.93%
G = 47.76%
B = 38.31%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#38C09A (or 0x38C09A) is known color: Shamrock. HEX triplet: 38, C0 and 9A. RGB value is (56,192,154). Sum of RGB (Red+Green+Blue) = 56+192+154=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #38C09A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C09A is #C73F65. Grayscale: #939393. Windows color (decimal): -13057894 or 10141752. OLE color: 10141752.

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

Color convert

RGB 56 192 154 -
CMYK 0.71 0 0.20 0.25
HSL 163.24º 0.55% 0.49% -
HSV(B) 163.24º 0.71% 0.75% -
XYZ 26.31 40.87 37.07 -
YUV 147 131.94 63.09 -
System Red Green Blue C M Y K H S L
Decimal 56 192 154 0.71 0 0.20 0.25 163.24 0.55 0.49
Hex 38 C0 9A 47 0 14 19 A3 37 31
Octal 70 300 232 107 0 24 31 243 67 61
Binary 111000 11000000 10011010 1000111 0 10100 11001 10100011 110111 110001

Color Harmonies of #38C09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C09A

Black with #38C09A

Text Example


Text Example

White with #38C09A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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