Html Css Color HEX #30BAB7 Light Sea Green

📋 copy color: '#30BAB7'

red 48 ◦ green 186 ◦ blue 183

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

Shades of Light Sea Green #30BAB7

Tints of Light Sea Green #30BAB7

RGB

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

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

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

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

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #30BAB7: hue angle of 178.7º 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 #30BAB7 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 186 183 -
CMYK 0.74 0 0.02 0.27
HSL 178.7º 0.59% 0.46% -
HSV(B) 178.7º 0.74% 0.73% -
XYZ 27.33 39.17 50.92 -
YUV 144.4 149.78 59.24 -
System Red Green Blue C M Y K H S L
Decimal 48 186 183 0.74 0 0.02 0.27 178.7 0.59 0.46
Hex 30 BA B7 4A 0 2 1B B3 3B 2E
Octal 60 272 267 112 0 2 33 263 73 56
Binary 110000 10111010 10110111 1001010 0 10 11011 10110011 111011 101110

Color Harmonies of #30BAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BAB7

Black with #30BAB7

Text Example


Text Example

White with #30BAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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