Html Css Color HEX #30BFBA Light Sea Green

📋 copy color: '#30BFBA'

red 48 ◦ green 191 ◦ blue 186

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

Shades of Light Sea Green #30BFBA

Tints of Light Sea Green #30BFBA

RGB

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

 GREEN value IS 191 (75% from 255) = 44.94%

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

R = 11.29%
G = 44.94%
B = 43.76%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#30BFBA (or 0x30BFBA) is known color: Light Sea Green. HEX triplet: 30, BF and BA. RGB value is (48,191,186). Sum of RGB (Red+Green+Blue) = 48+191+186=425 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.29% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 191 - color contains mainly: green. Hex color #30BFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BFBA is #CF4045. Grayscale: #939393. Windows color (decimal): -13582406 or 12238640. OLE color: 12238640.

HSL color Cylindrical-coordinate representation of color #30BFBA: hue angle of 177.9º 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 #30BFBA is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 191 186 -
CMYK 0.75 0 0.03 0.25
HSL 177.9º 0.6% 0.47% -
HSV(B) 177.9º 0.75% 0.75% -
XYZ 28.71 41.44 52.94 -
YUV 147.67 149.62 56.91 -
System Red Green Blue C M Y K H S L
Decimal 48 191 186 0.75 0 0.03 0.25 177.9 0.6 0.47
Hex 30 BF BA 4B 0 3 19 B2 3C 2F
Octal 60 277 272 113 0 3 31 262 74 57
Binary 110000 10111111 10111010 1001011 0 11 11001 10110010 111100 101111

Color Harmonies of #30BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BFBA

Black with #30BFBA

Text Example


Text Example

White with #30BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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