Html Css Color HEX #30CAA5 Shamrock

📋 copy color: '#30CAA5'

red 48 ◦ green 202 ◦ blue 165

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

Shades of Shamrock #30CAA5

Tints of Shamrock #30CAA5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.67%

 BLUE value IS 165 (64.84% from 255) = 39.76%

R = 11.57%
G = 48.67%
B = 39.76%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#30CAA5 (or 0x30CAA5) is known color: Shamrock. HEX triplet: 30, CA and A5. RGB value is (48,202,165). Sum of RGB (Red+Green+Blue) = 48+202+165=415 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.57% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #30CAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CAA5 is #CF355A. Grayscale: #979797. Windows color (decimal): -13579611 or 10865200. OLE color: 10865200.

HSL color Cylindrical-coordinate representation of color #30CAA5: hue angle of 165.58º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CAA5 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 48 202 165 -
CMYK 0.76 0 0.18 0.21
HSL 165.58º 0.62% 0.49% -
HSV(B) 165.58º 0.76% 0.79% -
XYZ 29.13 45.59 42.86 -
YUV 151.74 135.48 54.01 -
System Red Green Blue C M Y K H S L
Decimal 48 202 165 0.76 0 0.18 0.21 165.58 0.62 0.49
Hex 30 CA A5 4C 0 12 15 A6 3E 31
Octal 60 312 245 114 0 22 25 246 76 61
Binary 110000 11001010 10100101 1001100 0 10010 10101 10100110 111110 110001

Color Harmonies of #30CAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CAA5

Black with #30CAA5

Text Example


Text Example

White with #30CAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,202,165); }

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

background-color css

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

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

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

border-color css

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

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

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