Html Css Color HEX #30B0B5 Light Sea Green

📋 copy color: '#30B0B5'

red 48 ◦ green 176 ◦ blue 181

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

Shades of Light Sea Green #30B0B5

Tints of Light Sea Green #30B0B5

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.46%

 BLUE value IS 181 (71.09% from 255) = 44.69%

R = 11.85%
G = 43.46%
B = 44.69%

CMYK

 C value IS 0.73

 M value IS 0.03

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#30B0B5 (or 0x30B0B5) is known color: Light Sea Green. HEX triplet: 30, B0 and B5. RGB value is (48,176,181). Sum of RGB (Red+Green+Blue) = 48+176+181=405 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.85% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 181 - color contains mainly: blue. Hex color #30B0B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30B0B5 is #CF4F4A. Grayscale: #8A8A8A. Windows color (decimal): -13586251 or 11907120. OLE color: 11907120.

HSL color Cylindrical-coordinate representation of color #30B0B5: hue angle of 182.26º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B0B5 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 176 181 -
CMYK 0.73 0.03 0 0.29
HSL 182.26º 0.58% 0.45% -
HSV(B) 182.26º 0.73% 0.71% -
XYZ 25.08 35.02 49.15 -
YUV 138.3 152.09 63.59 -
System Red Green Blue C M Y K H S L
Decimal 48 176 181 0.73 0.03 0 0.29 182.26 0.58 0.45
Hex 30 B0 B5 49 3 0 1D B6 3A 2D
Octal 60 260 265 111 3 0 35 266 72 55
Binary 110000 10110000 10110101 1001001 11 0 11101 10110110 111010 101101

Color Harmonies of #30B0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B0B5

Black with #30B0B5

Text Example


Text Example

White with #30B0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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