Html Css Color HEX #30BBAE Light Sea Green

📋 copy color: '#30BBAE'

red 48 ◦ green 187 ◦ blue 174

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

Shades of Light Sea Green #30BBAE

Tints of Light Sea Green #30BBAE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.72%

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 11.74%
G = 45.72%
B = 42.54%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#30BBAE (or 0x30BBAE) is known color: Light Sea Green. HEX triplet: 30, BB and AE. RGB value is (48,187,174). Sum of RGB (Red+Green+Blue) = 48+187+174=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 187 - color contains mainly: green. Hex color #30BBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BBAE is #CF4451. Grayscale: #8F8F8F. Windows color (decimal): -13583442 or 11451184. OLE color: 11451184.

HSL color Cylindrical-coordinate representation of color #30BBAE: hue angle of 174.39º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BBAE is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 187 174 -
CMYK 0.74 0 0.07 0.27
HSL 174.39º 0.59% 0.46% -
HSV(B) 174.39º 0.74% 0.73% -
XYZ 26.63 39.23 46.21 -
YUV 143.96 144.95 59.56 -
System Red Green Blue C M Y K H S L
Decimal 48 187 174 0.74 0 0.07 0.27 174.39 0.59 0.46
Hex 30 BB AE 4A 0 7 1B AE 3B 2E
Octal 60 273 256 112 0 7 33 256 73 56
Binary 110000 10111011 10101110 1001010 0 111 11011 10101110 111011 101110

Color Harmonies of #30BBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BBAE

Black with #30BBAE

Text Example


Text Example

White with #30BBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,187,174); }

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

background-color css

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

 a { background-color: rgb(48,187,174); }

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

border-color css

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

 span { border-color: rgb(48,187,174); }

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