Html Css Color HEX #30C4BA Light Sea Green

📋 copy color: '#30C4BA'

red 48 ◦ green 196 ◦ blue 186

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

Shades of Light Sea Green #30C4BA

Tints of Light Sea Green #30C4BA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.58%

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

R = 11.16%
G = 45.58%
B = 43.26%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#30C4BA (or 0x30C4BA) is known color: Light Sea Green. HEX triplet: 30, C4 and BA. RGB value is (48,196,186). Sum of RGB (Red+Green+Blue) = 48+196+186=430 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.16% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 196 - color contains mainly: green. Hex color #30C4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C4BA is #CF3B45. Grayscale: #969696. Windows color (decimal): -13581126 or 12239920. OLE color: 12239920.

HSL color Cylindrical-coordinate representation of color #30C4BA: hue angle of 175.95º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C4BA is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 48 196 186 -
CMYK 0.76 0 0.05 0.23
HSL 175.95º 0.61% 0.48% -
HSV(B) 175.95º 0.76% 0.77% -
XYZ 29.82 43.65 53.31 -
YUV 150.61 147.97 54.81 -
System Red Green Blue C M Y K H S L
Decimal 48 196 186 0.76 0 0.05 0.23 175.95 0.61 0.48
Hex 30 C4 BA 4C 0 5 17 B0 3D 30
Octal 60 304 272 114 0 5 27 260 75 60
Binary 110000 11000100 10111010 1001100 0 101 10111 10110000 111101 110000

Color Harmonies of #30C4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C4BA

Black with #30C4BA

Text Example


Text Example

White with #30C4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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