Html Css Color HEX #30B5BF Light Sea Green

📋 copy color: '#30B5BF'

red 48 ◦ green 181 ◦ blue 191

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

Shades of Light Sea Green #30B5BF

Tints of Light Sea Green #30B5BF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.1%

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

R = 11.43%
G = 43.1%
B = 45.48%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#30B5BF (or 0x30B5BF) is known color: Light Sea Green. HEX triplet: 30, B5 and BF. RGB value is (48,181,191). Sum of RGB (Red+Green+Blue) = 48+181+191=420 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.43% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #30B5BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B5BF is #CF4A40. Grayscale: #8E8E8E. Windows color (decimal): -13584961 or 12563760. OLE color: 12563760.

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

Color convert

RGB 48 181 191 -
CMYK 0.75 0.05 0 0.25
HSL 184.2º 0.6% 0.47% -
HSV(B) 184.2º 0.75% 0.75% -
XYZ 27.15 37.44 55.09 -
YUV 142.37 155.44 60.69 -
System Red Green Blue C M Y K H S L
Decimal 48 181 191 0.75 0.05 0 0.25 184.2 0.6 0.47
Hex 30 B5 BF 4B 5 0 19 B8 3C 2F
Octal 60 265 277 113 5 0 31 270 74 57
Binary 110000 10110101 10111111 1001011 101 0 11001 10111000 111100 101111

Color Harmonies of #30B5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B5BF

Black with #30B5BF

Text Example


Text Example

White with #30B5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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