Html Css Color HEX #30BEB8 Light Sea Green

📋 copy color: '#30BEB8'

red 48 ◦ green 190 ◦ blue 184

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

Shades of Light Sea Green #30BEB8

Tints of Light Sea Green #30BEB8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.02%

 BLUE value IS 184 (72.27% from 255) = 43.6%

R = 11.37%
G = 45.02%
B = 43.6%

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

#30BEB8 (or 0x30BEB8) is known color: Light Sea Green. HEX triplet: 30, BE and B8. RGB value is (48,190,184). Sum of RGB (Red+Green+Blue) = 48+190+184=422 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.37% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 190 - color contains mainly: green. Hex color #30BEB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BEB8 is #CF4147. Grayscale: #929292. Windows color (decimal): -13582664 or 12107312. OLE color: 12107312.

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

Color convert

RGB 48 190 184 -
CMYK 0.75 0 0.03 0.25
HSL 177.46º 0.6% 0.47% -
HSV(B) 177.46º 0.75% 0.75% -
XYZ 28.28 40.92 51.75 -
YUV 146.86 148.96 57.49 -
System Red Green Blue C M Y K H S L
Decimal 48 190 184 0.75 0 0.03 0.25 177.46 0.6 0.47
Hex 30 BE B8 4B 0 3 19 B1 3C 2F
Octal 60 276 270 113 0 3 31 261 74 57
Binary 110000 10111110 10111000 1001011 0 11 11001 10110001 111100 101111

Color Harmonies of #30BEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BEB8

Black with #30BEB8

Text Example


Text Example

White with #30BEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,190,184); }

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

background-color css

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

 a { background-color: rgb(48,190,184); }

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

border-color css

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

 span { border-color: rgb(48,190,184); }

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