Html Css Color HEX #30B2BE Light Sea Green

📋 copy color: '#30B2BE'

red 48 ◦ green 178 ◦ blue 190

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

Shades of Light Sea Green #30B2BE

Tints of Light Sea Green #30B2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.79%

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

R = 11.54%
G = 42.79%
B = 45.67%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#30B2BE (or 0x30B2BE) is known color: Light Sea Green. HEX triplet: 30, B2 and BE. RGB value is (48,178,190). Sum of RGB (Red+Green+Blue) = 48+178+190=416 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.54% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #30B2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30B2BE is #CF4D41. Grayscale: #8C8C8C. Windows color (decimal): -13585730 or 12497456. OLE color: 12497456.

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

Color convert

RGB 48 178 190 -
CMYK 0.75 0.06 0 0.25
HSL 185.07º 0.6% 0.47% -
HSV(B) 185.07º 0.75% 0.75% -
XYZ 26.43 36.19 54.31 -
YUV 140.5 155.93 62.02 -
System Red Green Blue C M Y K H S L
Decimal 48 178 190 0.75 0.06 0 0.25 185.07 0.6 0.47
Hex 30 B2 BE 4B 6 0 19 B9 3C 2F
Octal 60 262 276 113 6 0 31 271 74 57
Binary 110000 10110010 10111110 1001011 110 0 11001 10111001 111100 101111

Color Harmonies of #30B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B2BE

Black with #30B2BE

Text Example


Text Example

White with #30B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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