Html Css Color HEX #30B3BA Light Sea Green

📋 copy color: '#30B3BA'

red 48 ◦ green 179 ◦ blue 186

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

Shades of Light Sea Green #30B3BA

Tints of Light Sea Green #30B3BA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.34%

 BLUE value IS 186 (73.05% from 255) = 45.04%

R = 11.62%
G = 43.34%
B = 45.04%

CMYK

 C value IS 0.74

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#30B3BA (or 0x30B3BA) is known color: Light Sea Green. HEX triplet: 30, B3 and BA. RGB value is (48,179,186). Sum of RGB (Red+Green+Blue) = 48+179+186=413 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.62% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #30B3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B3BA is #CF4C45. Grayscale: #8C8C8C. Windows color (decimal): -13585478 or 12235568. OLE color: 12235568.

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

Color convert

RGB 48 179 186 -
CMYK 0.74 0.04 0 0.27
HSL 183.04º 0.59% 0.46% -
HSV(B) 183.04º 0.74% 0.73% -
XYZ 26.2 36.41 52.1 -
YUV 140.63 153.6 61.93 -
System Red Green Blue C M Y K H S L
Decimal 48 179 186 0.74 0.04 0 0.27 183.04 0.59 0.46
Hex 30 B3 BA 4A 4 0 1B B7 3B 2E
Octal 60 263 272 112 4 0 33 267 73 56
Binary 110000 10110011 10111010 1001010 100 0 11011 10110111 111011 101110

Color Harmonies of #30B3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B3BA

Black with #30B3BA

Text Example


Text Example

White with #30B3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,179,186); }

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

background-color css

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

 a { background-color: rgb(48,179,186); }

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

border-color css

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

 span { border-color: rgb(48,179,186); }

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