#38AFA2

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

Shades of Light Sea Green #38AFA2

Tints of Light Sea Green #38AFA2

Color information

#38AFA2 (or 0x38AFA2) is unknown color: approx Light Sea Green. HEX triplet: 38, AF and A2. RGB value is (56,175,162). Sum of RGB (Red+Green+Blue) = 56+175+162=393 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.25% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 162 (63.67% from 255 or 41.22% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #38AFA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AFA2 is #C7505D. Grayscale: #898989. Windows color (decimal): -13062238 or 10661688. OLE color: 10661688.

HSL color Cylindrical-coordinate representation of color #38AFA2: hue angle of 173.45º 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 #38AFA2 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB56175162-
CMYK0.6800.070.31
HSL173.45º51.52%45.29%-
HSV(B)173.45º68%68.63%-
XYZ23.4834.1139.53-
YUV137.94141.5869.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.25%
GREEN value IS 175 (68.75% from 255) = 44.53%
BLUE value IS 162 (63.67% from 255) = 41.22%
R=14.25%
G=44.53%
B=41.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561751620.6800.070.31173.4551.5245.29
Hex38AFA244071Fad342d
Octal7025724210407372556455
Binary1110001010111110100010100010001111111110101101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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