Html Css Color HEX #30B0BE Light Sea Green

📋 copy color: '#30B0BE'

red 48 ◦ green 176 ◦ blue 190

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

Shades of Light Sea Green #30B0BE

Tints of Light Sea Green #30B0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.89%

R = 11.59%
G = 42.51%
B = 45.89%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#30B0BE (or 0x30B0BE) is known color: Light Sea Green. HEX triplet: 30, B0 and BE. RGB value is (48,176,190). Sum of RGB (Red+Green+Blue) = 48+176+190=414 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.59% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #30B0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30B0BE is #CF4F41. Grayscale: #8B8B8B. Windows color (decimal): -13586242 or 12496944. OLE color: 12496944.

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

Color convert

RGB 48 176 190 -
CMYK 0.75 0.07 0 0.25
HSL 185.92º 0.6% 0.47% -
HSV(B) 185.92º 0.75% 0.75% -
XYZ 26.04 35.4 54.18 -
YUV 139.32 156.59 62.86 -
System Red Green Blue C M Y K H S L
Decimal 48 176 190 0.75 0.07 0 0.25 185.92 0.6 0.47
Hex 30 B0 BE 4B 7 0 19 BA 3C 2F
Octal 60 260 276 113 7 0 31 272 74 57
Binary 110000 10110000 10111110 1001011 111 0 11001 10111010 111100 101111

Color Harmonies of #30B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B0BE

Black with #30B0BE

Text Example


Text Example

White with #30B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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