Html Css Color HEX #30BBA5 Light Sea Green

📋 copy color: '#30BBA5'

red 48 ◦ green 187 ◦ blue 165

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

Shades of Light Sea Green #30BBA5

Tints of Light Sea Green #30BBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.25%

R = 12%
G = 46.75%
B = 41.25%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#30BBA5 (or 0x30BBA5) is known color: Light Sea Green. HEX triplet: 30, BB and A5. RGB value is (48,187,165). Sum of RGB (Red+Green+Blue) = 48+187+165=400 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #30BBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BBA5 is #CF445A. Grayscale: #8E8E8E. Windows color (decimal): -13583451 or 10861360. OLE color: 10861360.

HSL color Cylindrical-coordinate representation of color #30BBA5: hue angle of 170.5º 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 #30BBA5 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 187 165 -
CMYK 0.74 0 0.12 0.27
HSL 170.5º 0.59% 0.46% -
HSV(B) 170.5º 0.74% 0.73% -
XYZ 25.78 38.89 41.74 -
YUV 142.93 140.45 60.29 -
System Red Green Blue C M Y K H S L
Decimal 48 187 165 0.74 0 0.12 0.27 170.5 0.59 0.46
Hex 30 BB A5 4A 0 C 1B AB 3B 2E
Octal 60 273 245 112 0 14 33 253 73 56
Binary 110000 10111011 10100101 1001010 0 1100 11011 10101011 111011 101110

Color Harmonies of #30BBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BBA5

Black with #30BBA5

Text Example


Text Example

White with #30BBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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