Html Css Color HEX #30BEB4 Light Sea Green

📋 copy color: '#30BEB4'

red 48 ◦ green 190 ◦ blue 180

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

Shades of Light Sea Green #30BEB4

Tints of Light Sea Green #30BEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.06%

R = 11.48%
G = 45.45%
B = 43.06%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#30BEB4 (or 0x30BEB4) is known color: Light Sea Green. HEX triplet: 30, BE and B4. RGB value is (48,190,180). Sum of RGB (Red+Green+Blue) = 48+190+180=418 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.48% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 190 - color contains mainly: green. Hex color #30BEB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BEB4 is #CF414B. Grayscale: #929292. Windows color (decimal): -13582668 or 11845168. OLE color: 11845168.

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

Color convert

RGB 48 190 180 -
CMYK 0.75 0 0.05 0.25
HSL 175.77º 0.6% 0.47% -
HSV(B) 175.77º 0.75% 0.75% -
XYZ 27.87 40.75 49.58 -
YUV 146.4 146.96 57.81 -
System Red Green Blue C M Y K H S L
Decimal 48 190 180 0.75 0 0.05 0.25 175.77 0.6 0.47
Hex 30 BE B4 4B 0 5 19 B0 3C 2F
Octal 60 276 264 113 0 5 31 260 74 57
Binary 110000 10111110 10110100 1001011 0 101 11001 10110000 111100 101111

Color Harmonies of #30BEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BEB4

Black with #30BEB4

Text Example


Text Example

White with #30BEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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