Html Css Color HEX #30BCC2 Light Sea Green

📋 copy color: '#30BCC2'

red 48 ◦ green 188 ◦ blue 194

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

Shades of Light Sea Green #30BCC2

Tints of Light Sea Green #30BCC2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.72%

 BLUE value IS 194 (76.17% from 255) = 45.12%

R = 11.16%
G = 43.72%
B = 45.12%

CMYK

 C value IS 0.75

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#30BCC2 (or 0x30BCC2) is known color: Light Sea Green. HEX triplet: 30, BC and C2. RGB value is (48,188,194). Sum of RGB (Red+Green+Blue) = 48+188+194=430 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.16% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 194 - color contains mainly: blue. Hex color #30BCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BCC2 is #CF433D. Grayscale: #929292. Windows color (decimal): -13583166 or 12762160. OLE color: 12762160.

HSL color Cylindrical-coordinate representation of color #30BCC2: hue angle of 182.47º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BCC2 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 48 188 194 -
CMYK 0.75 0.03 0 0.24
HSL 182.47º 0.6% 0.47% -
HSV(B) 182.47º 0.75% 0.76% -
XYZ 28.94 40.49 57.33 -
YUV 146.82 154.62 57.51 -
System Red Green Blue C M Y K H S L
Decimal 48 188 194 0.75 0.03 0 0.24 182.47 0.6 0.47
Hex 30 BC C2 4B 3 0 18 B6 3C 2F
Octal 60 274 302 113 3 0 30 266 74 57
Binary 110000 10111100 11000010 1001011 11 0 11000 10110110 111100 101111

Color Harmonies of #30BCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BCC2

Black with #30BCC2

Text Example


Text Example

White with #30BCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,188,194); }

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

background-color css

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

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

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

border-color css

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

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

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