Html Css Color HEX #30BEBE Light Sea Green

📋 copy color: '#30BEBE'

red 48 ◦ green 190 ◦ blue 190

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

Shades of Light Sea Green #30BEBE

Tints of Light Sea Green #30BEBE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.39%

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

R = 11.21%
G = 44.39%
B = 44.39%

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

#30BEBE (or 0x30BEBE) is known color: Light Sea Green. HEX triplet: 30, BE and BE. RGB value is (48,190,190). Sum of RGB (Red+Green+Blue) = 48+190+190=428 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.21% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #30BEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BEBE is #CF4141. Grayscale: #939393. Windows color (decimal): -13582658 or 12500528. OLE color: 12500528.

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

Color convert

RGB 48 190 190 -
CMYK 0.75 0 0 0.25
HSL 180º 0.6% 0.47% -
HSV(B) 180º 0.75% 0.75% -
XYZ 28.93 41.17 55.14 -
YUV 147.54 151.96 57 -
System Red Green Blue C M Y K H S L
Decimal 48 190 190 0.75 0 0 0.25 180 0.6 0.47
Hex 30 BE BE 4B 0 0 19 B4 3C 2F
Octal 60 276 276 113 0 0 31 264 74 57
Binary 110000 10111110 10111110 1001011 0 0 11001 10110100 111100 101111

Color Harmonies of #30BEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BEBE

Black with #30BEBE

Text Example


Text Example

White with #30BEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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