#38ACB4

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

Shades of Light Sea Green #38ACB4

Tints of Light Sea Green #38ACB4

Color information

#38ACB4 (or 0x38ACB4) is unknown color: approx Light Sea Green. HEX triplet: 38, AC and B4. RGB value is (56,172,180). Sum of RGB (Red+Green+Blue) = 56+172+180=408 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.73% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 180 - color contains mainly: blue. Hex color #38ACB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ACB4 is #C7534B. Grayscale: #8A8A8A. Windows color (decimal): -13062988 or 11840568. OLE color: 11840568.

HSL color Cylindrical-coordinate representation of color #38ACB4: hue angle of 183.87º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38ACB4 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB56172180-
CMYK0.690.0400.29
HSL183.87º52.54%46.27%-
HSV(B)183.87º68.89%70.59%-
XYZ24.6233.6448.38-
YUV138.23151.5769.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.73%
GREEN value IS 172 (67.58% from 255) = 42.16%
BLUE value IS 180 (70.70% from 255) = 44.12%
R=13.73%
G=42.16%
B=44.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561721800.690.0400.29183.8752.5446.27
Hex38ACB445401Db8352e
Octal7025426410540352706556
Binary1110001010110010110100100010110001110110111000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,172,180); }

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

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

 a { background-color: rgb(56,172,180); }

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

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

 span { border-color: rgb(56,172,180); }

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