#30acab

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

Shades of Light Sea Green #30ACAB

Tints of Light Sea Green #30ACAB

Color information

#30ACAB (or 0x30ACAB) is unknown color: approx Light Sea Green. HEX triplet: 30, AC and AB. RGB value is (48,172,171). Sum of RGB (Red+Green+Blue) = 48+172+171=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #30ACAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30ACAB is #CF5354. Grayscale: #868686. Windows color (decimal): -13587285 or 11250736. OLE color: 11250736.

HSL color Cylindrical-coordinate representation of color #30ACAB: hue angle of 179.52º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30ACAB is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB48172171-
CMYK0.7200.010.33
HSL179.52º56.36%43.14%-
HSV(B)179.52º72.09%67.45%-
XYZ23.3233.0743.68-
YUV134.81148.4266.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.28%
GREEN value IS 172 (67.58% from 255) = 43.99%
BLUE value IS 171 (67.19% from 255) = 43.73%
R=12.28%
G=43.99%
B=43.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481721710.7200.010.33179.5256.3643.14
Hex30ACAB480121b4382b
Octal6025425311001412647053
Binary110000101011001010101110010000110000110110100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30acab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30acab; }

 p { color: rgb(48,172,171); }

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

<style>
 a { background-color: #30acab; }

 a { background-color: rgb(48,172,171); }

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

<style>
 span { border-color: #30acab; }

 span { border-color: rgb(48,172,171); }

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