#38B166

Color #38B166 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #38B166

Tints of Medium Sea Green #38B166

Color information

#38B166 (or 0x38B166) is unknown color: approx Medium Sea Green. HEX triplet: 38, B1 and 66. RGB value is (56,177,102). Sum of RGB (Red+Green+Blue) = 56+177+102=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 177 (69.53% from 255 or 52.84% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 177 - color contains mainly: green. Hex color #38B166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38B166 is #C74E99. Grayscale: #848484. Windows color (decimal): -13061786 or 6730040. OLE color: 6730040.

HSL color Cylindrical-coordinate representation of color #38B166: hue angle of 142.81º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38B166 is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB56177102-
CMYK0.6800.420.31
HSL142.81º51.93%45.69%-
HSV(B)142.81º68.36%69.41%-
XYZ19.7533.2417.95-
YUV132.27110.9173.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.72%
GREEN value IS 177 (69.53% from 255) = 52.84%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=16.72%
G=52.84%
B=30.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561771020.6800.420.31142.8151.9345.69
Hex38B1664402A1F8f342e
Octal70261146104052372176456
Binary111000101100011100110100010001010101111110001111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,177,102); }

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

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

 a { background-color: rgb(56,177,102); }

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

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

 span { border-color: rgb(56,177,102); }

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