Html Css Color HEX #30ACB5 Light Sea Green

📋 copy color: '#30ACB5'

red 48 ◦ green 172 ◦ blue 181

#30ACB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #30ACB5

Tints of Light Sea Green #30ACB5

RGB

 RED value IS 48 (19.14% from 255) = 11.97%

 GREEN value IS 172 (67.58% from 255) = 42.89%

 BLUE value IS 181 (71.09% from 255) = 45.14%

R = 11.97%
G = 42.89%
B = 45.14%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#30ACB5 (or 0x30ACB5) is known color: Light Sea Green. HEX triplet: 30, AC and B5. RGB value is (48,172,181). Sum of RGB (Red+Green+Blue) = 48+172+181=401 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.97% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 181 - color contains mainly: blue. Hex color #30ACB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ACB5 is #CF534A. Grayscale: #878787. Windows color (decimal): -13587275 or 11906096. OLE color: 11906096.

HSL color Cylindrical-coordinate representation of color #30ACB5: hue angle of 184.06º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30ACB5 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 172 181 -
CMYK 0.73 0.05 0 0.29
HSL 184.06º 0.58% 0.45% -
HSV(B) 184.06º 0.73% 0.71% -
XYZ 24.31 33.47 48.89 -
YUV 135.95 153.42 65.27 -
System Red Green Blue C M Y K H S L
Decimal 48 172 181 0.73 0.05 0 0.29 184.06 0.58 0.45
Hex 30 AC B5 49 5 0 1D B8 3A 2D
Octal 60 254 265 111 5 0 35 270 72 55
Binary 110000 10101100 10110101 1001001 101 0 11101 10111000 111010 101101

Color Harmonies of #30ACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ACB5

Black with #30ACB5

Text Example


Text Example

White with #30ACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30ACB5;
 }
 .AnyTagClassName
 {
   color: #30ACB5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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