#38AF67

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

Shades of Medium Sea Green #38AF67

Tints of Medium Sea Green #38AF67

Color information

#38AF67 (or 0x38AF67) is unknown color: approx Medium Sea Green. HEX triplet: 38, AF and 67. RGB value is (56,175,103). Sum of RGB (Red+Green+Blue) = 56+175+103=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AF67 is #C75098. Grayscale: #838383. Windows color (decimal): -13062297 or 6795064. OLE color: 6795064.

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

Color convert

RGB56175103-
CMYK0.6800.410.31
HSL143.7º51.52%45.29%-
HSV(B)143.7º68%68.63%-
XYZ19.4132.4818.08-
YUV131.21112.0874.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.77%
GREEN value IS 175 (68.75% from 255) = 52.40%
BLUE value IS 103 (40.62% from 255) = 30.84%
R=16.77%
G=52.40%
B=30.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561751030.6800.410.31143.751.5245.29
Hex38AF67440291F90342d
Octal70257147104051372206455
Binary111000101011111100111100010001010011111110010000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,175,103); }

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

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

 a { background-color: rgb(56,175,103); }

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

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

 span { border-color: rgb(56,175,103); }

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