Html Css Color HEX #30B3C0 Light Sea Green

📋 copy color: '#30B3C0'

red 48 ◦ green 179 ◦ blue 192

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

Shades of Light Sea Green #30B3C0

Tints of Light Sea Green #30B3C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.82%

R = 11.46%
G = 42.72%
B = 45.82%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#30B3C0 (or 0x30B3C0) is known color: Light Sea Green. HEX triplet: 30, B3 and C0. RGB value is (48,179,192). Sum of RGB (Red+Green+Blue) = 48+179+192=419 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.46% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #30B3C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B3C0 is #CF4C3F. Grayscale: #8D8D8D. Windows color (decimal): -13585472 or 12628784. OLE color: 12628784.

HSL color Cylindrical-coordinate representation of color #30B3C0: hue angle of 185.42º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30B3C0 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 179 192 -
CMYK 0.75 0.07 0 0.25
HSL 185.42º 0.6% 0.47% -
HSV(B) 185.42º 0.75% 0.75% -
XYZ 26.85 36.67 55.53 -
YUV 141.31 156.6 61.44 -
System Red Green Blue C M Y K H S L
Decimal 48 179 192 0.75 0.07 0 0.25 185.42 0.6 0.47
Hex 30 B3 C0 4B 7 0 19 B9 3C 2F
Octal 60 263 300 113 7 0 31 271 74 57
Binary 110000 10110011 11000000 1001011 111 0 11001 10111001 111100 101111

Color Harmonies of #30B3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B3C0

Black with #30B3C0

Text Example


Text Example

White with #30B3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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