#38BEB8

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

Shades of Light Sea Green #38BEB8

Tints of Light Sea Green #38BEB8

Color information

#38BEB8 (or 0x38BEB8) is unknown color: approx Light Sea Green. HEX triplet: 38, BE and B8. RGB value is (56,190,184). Sum of RGB (Red+Green+Blue) = 56+190+184=430 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.02% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 184 (72.27% from 255 or 42.79% from 430); Max value from RGB is 190 - color contains mainly: green. Hex color #38BEB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BEB8 is #C74147. Grayscale: #959595. Windows color (decimal): -13058376 or 12107320. OLE color: 12107320.

HSL color Cylindrical-coordinate representation of color #38BEB8: hue angle of 177.31º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38BEB8 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB56190184-
CMYK0.7100.030.25
HSL177.31º54.47%48.24%-
HSV(B)177.31º70.53%74.51%-
XYZ28.741.1351.77-
YUV149.25147.6161.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.02%
GREEN value IS 190 (74.61% from 255) = 44.19%
BLUE value IS 184 (72.27% from 255) = 42.79%
R=13.02%
G=44.19%
B=42.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal561901840.7100.030.25177.3154.4748.24
Hex38BEB8470319b13630
Octal7027627010703312616660
Binary111000101111101011100010001110111100110110001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,190,184); }

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

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

 a { background-color: rgb(56,190,184); }

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

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

 span { border-color: rgb(56,190,184); }

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