Html Css Color HEX #30B7BE Light Sea Green

📋 copy color: '#30B7BE'

red 48 ◦ green 183 ◦ blue 190

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

Shades of Light Sea Green #30B7BE

Tints of Light Sea Green #30B7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.47%

 BLUE value IS 190 (74.61% from 255) = 45.13%

R = 11.4%
G = 43.47%
B = 45.13%

CMYK

 C value IS 0.75

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#30B7BE (or 0x30B7BE) is known color: Light Sea Green. HEX triplet: 30, B7 and BE. RGB value is (48,183,190). Sum of RGB (Red+Green+Blue) = 48+183+190=421 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.40% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #30B7BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B7BE is #CF4841. Grayscale: #8F8F8F. Windows color (decimal): -13584450 or 12498736. OLE color: 12498736.

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

Color convert

RGB 48 183 190 -
CMYK 0.75 0.04 0 0.25
HSL 182.96º 0.6% 0.47% -
HSV(B) 182.96º 0.75% 0.75% -
XYZ 27.45 38.21 54.64 -
YUV 143.43 154.27 59.93 -
System Red Green Blue C M Y K H S L
Decimal 48 183 190 0.75 0.04 0 0.25 182.96 0.6 0.47
Hex 30 B7 BE 4B 4 0 19 B7 3C 2F
Octal 60 267 276 113 4 0 31 267 74 57
Binary 110000 10110111 10111110 1001011 100 0 11001 10110111 111100 101111

Color Harmonies of #30B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B7BE

Black with #30B7BE

Text Example


Text Example

White with #30B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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