#38bbb3

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

Shades of Light Sea Green #38BBB3

Tints of Light Sea Green #38BBB3

Color information

#38BBB3 (or 0x38BBB3) is unknown color: approx Light Sea Green. HEX triplet: 38, BB and B3. RGB value is (56,187,179). Sum of RGB (Red+Green+Blue) = 56+187+179=422 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.27% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 187 - color contains mainly: green. Hex color #38BBB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BBB3 is #C7444C. Grayscale: #929292. Windows color (decimal): -13059149 or 11778872. OLE color: 11778872.

HSL color Cylindrical-coordinate representation of color #38BBB3: hue angle of 176.34º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BBB3 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB56187179-
CMYK0.7000.040.27
HSL176.34º53.91%47.65%-
HSV(B)176.34º70.05%73.33%-
XYZ27.5439.6448.85-
YUV146.92146.163.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.27%
GREEN value IS 187 (73.44% from 255) = 44.31%
BLUE value IS 179 (70.31% from 255) = 42.42%
R=13.27%
G=44.31%
B=42.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561871790.7000.040.27176.3453.9147.65
Hex38BBB346041Bb03630
Octal7027326310604332606660
Binary1110001011101110110011100011001001101110110000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38bbb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,187,179); }

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

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

 a { background-color: rgb(56,187,179); }

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

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

 span { border-color: rgb(56,187,179); }

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