Html Css Color HEX #30EFB0 Shamrock

📋 copy color: '#30EFB0'

red 48 ◦ green 239 ◦ blue 176

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

Shades of Shamrock #30EFB0

Tints of Shamrock #30EFB0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.62%

 BLUE value IS 176 (69.14% from 255) = 38.01%

R = 10.37%
G = 51.62%
B = 38.01%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#30EFB0 (or 0x30EFB0) is known color: Shamrock. HEX triplet: 30, EF and B0. RGB value is (48,239,176). Sum of RGB (Red+Green+Blue) = 48+239+176=463 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.37% from 463); Green value is 239 (93.75% from 255 or 51.62% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 239 - color contains mainly: green. Hex color #30EFB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30EFB0 is #CF104F. Grayscale: #AEAEAE. Windows color (decimal): -13570128 or 11595568. OLE color: 11595568.

HSL color Cylindrical-coordinate representation of color #30EFB0: hue angle of 160.21º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EFB0 is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 239 176 -
CMYK 0.80 0 0.26 0.06
HSL 160.21º 0.86% 0.56% -
HSV(B) 160.21º 0.8% 0.94% -
XYZ 39.92 65.5 51.61 -
YUV 174.71 128.72 37.62 -
System Red Green Blue C M Y K H S L
Decimal 48 239 176 0.80 0 0.26 0.06 160.21 0.86 0.56
Hex 30 EF B0 50 0 1A 6 A0 56 38
Octal 60 357 260 120 0 32 6 240 126 70
Binary 110000 11101111 10110000 1010000 0 11010 110 10100000 1010110 111000

Color Harmonies of #30EFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EFB0

Black with #30EFB0

Text Example


Text Example

White with #30EFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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