Html Css Color HEX #30BABB Light Sea Green

📋 copy color: '#30BABB'

red 48 ◦ green 186 ◦ blue 187

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

Shades of Light Sea Green #30BABB

Tints of Light Sea Green #30BABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.42%

R = 11.4%
G = 44.18%
B = 44.42%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#30BABB (or 0x30BABB) is known color: Light Sea Green. HEX triplet: 30, BA and BB. RGB value is (48,186,187). Sum of RGB (Red+Green+Blue) = 48+186+187=421 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.40% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #30BABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BABB is #CF4544. Grayscale: #909090. Windows color (decimal): -13583685 or 12302896. OLE color: 12302896.

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

Color convert

RGB 48 186 187 -
CMYK 0.74 0.01 0 0.27
HSL 180.43º 0.59% 0.46% -
HSV(B) 180.43º 0.74% 0.73% -
XYZ 27.75 39.33 53.14 -
YUV 144.85 151.78 58.92 -
System Red Green Blue C M Y K H S L
Decimal 48 186 187 0.74 0.01 0 0.27 180.43 0.59 0.46
Hex 30 BA BB 4A 1 0 1B B4 3B 2E
Octal 60 272 273 112 1 0 33 264 73 56
Binary 110000 10111010 10111011 1001010 1 0 11011 10110100 111011 101110

Color Harmonies of #30BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BABB

Black with #30BABB

Text Example


Text Example

White with #30BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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