#38DBB3

Color #38DBB3 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #38DBB3

Tints of Shamrock #38DBB3

Color information

#38DBB3 (or 0x38DBB3) is unknown color: approx Shamrock. HEX triplet: 38, DB and B3. RGB value is (56,219,179). Sum of RGB (Red+Green+Blue) = 56+219+179=454 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.33% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #38DBB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DBB3 is #C7244C. Grayscale: #A5A5A5. Windows color (decimal): -13050957 or 11787064. OLE color: 11787064.

HSL color Cylindrical-coordinate representation of color #38DBB3: hue angle of 165.28º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38DBB3 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB56219179-
CMYK0.7400.180.14
HSL165.28º69.36%53.92%-
HSV(B)165.28º74.43%85.88%-
XYZ35.154.7651.37-
YUV165.7135.549.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.33%
GREEN value IS 219 (85.94% from 255) = 48.24%
BLUE value IS 179 (70.31% from 255) = 39.43%
R=12.33%
G=48.24%
B=39.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal562191790.7400.180.14165.2869.3653.92
Hex38DBB34A012Ea54536
Octal703332631120221624510566
Binary111000110110111011001110010100100101110101001011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,219,179); }

 H1.HeaderClassName
 {
   color: #38DBB3;
 }
 .AnyTagClassName
 {
   color: #38DBB3;
 }
</style>
background-color css

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

 a { background-color: rgb(56,219,179); }

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

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

 span { border-color: rgb(56,219,179); }

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