Html Css Color HEX #30BFBF Light Sea Green

📋 copy color: '#30BFBF'

red 48 ◦ green 191 ◦ blue 191

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

Shades of Light Sea Green #30BFBF

Tints of Light Sea Green #30BFBF

RGB

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

 GREEN value IS 191 (75% from 255) = 44.42%

 BLUE value IS 191 (75% from 255) = 44.42%

R = 11.16%
G = 44.42%
B = 44.42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#30BFBF (or 0x30BFBF) is known color: Light Sea Green. HEX triplet: 30, BF and BF. RGB value is (48,191,191). Sum of RGB (Red+Green+Blue) = 48+191+191=430 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.16% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #30BFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BFBF is #CF4040. Grayscale: #949494. Windows color (decimal): -13582401 or 12566320. OLE color: 12566320.

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

Color convert

RGB 48 191 191 -
CMYK 0.75 0 0 0.25
HSL 180º 0.6% 0.47% -
HSV(B) 180º 0.75% 0.75% -
XYZ 29.25 41.65 55.79 -
YUV 148.24 152.12 56.5 -
System Red Green Blue C M Y K H S L
Decimal 48 191 191 0.75 0 0 0.25 180 0.6 0.47
Hex 30 BF BF 4B 0 0 19 B4 3C 2F
Octal 60 277 277 113 0 0 31 264 74 57
Binary 110000 10111111 10111111 1001011 0 0 11001 10110100 111100 101111

Color Harmonies of #30BFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BFBF

Black with #30BFBF

Text Example


Text Example

White with #30BFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,191,191); }

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

background-color css

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

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

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

border-color css

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

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

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