Html Css Color HEX #30B7BA Light Sea Green

📋 copy color: '#30B7BA'

red 48 ◦ green 183 ◦ blue 186

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

Shades of Light Sea Green #30B7BA

Tints of Light Sea Green #30B7BA

RGB

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

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

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

R = 11.51%
G = 43.88%
B = 44.6%

CMYK

 C value IS 0.74

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#30B7BA (or 0x30B7BA) is known color: Light Sea Green. HEX triplet: 30, B7 and BA. RGB value is (48,183,186). Sum of RGB (Red+Green+Blue) = 48+183+186=417 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.51% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #30B7BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B7BA is #CF4845. Grayscale: #8E8E8E. Windows color (decimal): -13584454 or 12236592. OLE color: 12236592.

HSL color Cylindrical-coordinate representation of color #30B7BA: hue angle of 181.3º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B7BA is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 183 186 -
CMYK 0.74 0.02 0 0.27
HSL 181.3º 0.59% 0.46% -
HSV(B) 181.3º 0.74% 0.73% -
XYZ 27.02 38.04 52.37 -
YUV 142.98 152.27 60.26 -
System Red Green Blue C M Y K H S L
Decimal 48 183 186 0.74 0.02 0 0.27 181.3 0.59 0.46
Hex 30 B7 BA 4A 2 0 1B B5 3B 2E
Octal 60 267 272 112 2 0 33 265 73 56
Binary 110000 10110111 10111010 1001010 10 0 11011 10110101 111011 101110

Color Harmonies of #30B7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B7BA

Black with #30B7BA

Text Example


Text Example

White with #30B7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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