Html Css Color HEX #30ACB4 Light Sea Green

📋 copy color: '#30ACB4'

red 48 ◦ green 172 ◦ blue 180

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

Shades of Light Sea Green #30ACB4

Tints of Light Sea Green #30ACB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45%

R = 12%
G = 43%
B = 45%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#30ACB4 (or 0x30ACB4) is known color: Light Sea Green. HEX triplet: 30, AC and B4. RGB value is (48,172,180). Sum of RGB (Red+Green+Blue) = 48+172+180=400 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 180 (70.70% from 255 or 45% from 400); Max value from RGB is 180 - color contains mainly: blue. Hex color #30ACB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ACB4 is #CF534B. Grayscale: #878787. Windows color (decimal): -13587276 or 11840560. OLE color: 11840560.

HSL color Cylindrical-coordinate representation of color #30ACB4: hue angle of 183.64º 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 #30ACB4 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 172 180 -
CMYK 0.73 0.04 0 0.29
HSL 183.64º 0.58% 0.45% -
HSV(B) 183.64º 0.73% 0.71% -
XYZ 24.21 33.43 48.36 -
YUV 135.84 152.92 65.35 -
System Red Green Blue C M Y K H S L
Decimal 48 172 180 0.73 0.04 0 0.29 183.64 0.58 0.45
Hex 30 AC B4 49 4 0 1D B8 3A 2D
Octal 60 254 264 111 4 0 35 270 72 55
Binary 110000 10101100 10110100 1001001 100 0 11101 10111000 111010 101101

Color Harmonies of #30ACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ACB4

Black with #30ACB4

Text Example


Text Example

White with #30ACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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