#38B0A6

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

Shades of Light Sea Green #38B0A6

Tints of Light Sea Green #38B0A6

Color information

#38B0A6 (or 0x38B0A6) is unknown color: approx Light Sea Green. HEX triplet: 38, B0 and A6. RGB value is (56,176,166). Sum of RGB (Red+Green+Blue) = 56+176+166=398 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.07% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 166 (65.23% from 255 or 41.71% from 398); Max value from RGB is 176 - color contains mainly: green. Hex color #38B0A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38B0A6 is #C74F59. Grayscale: #8A8A8A. Windows color (decimal): -13061978 or 10924088. OLE color: 10924088.

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

Color convert

RGB56176166-
CMYK0.6800.060.31
HSL175º51.72%45.49%-
HSV(B)175º68.18%69.02%-
XYZ24.0434.6441.5-
YUV138.98143.2468.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.07%
GREEN value IS 176 (69.14% from 255) = 44.22%
BLUE value IS 166 (65.23% from 255) = 41.71%
R=14.07%
G=44.22%
B=41.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561761660.6800.060.3117551.7245.49
Hex38B0A644061Faf342d
Octal7026024610406372576455
Binary1110001011000010100110100010001101111110101111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,176,166); }

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

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

 a { background-color: rgb(56,176,166); }

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

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

 span { border-color: rgb(56,176,166); }

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