Html Css Color HEX #27BC9B Shamrock

📋 copy color: '#27BC9B'

red 39 ◦ green 188 ◦ blue 155

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

Shades of Shamrock #27BC9B

Tints of Shamrock #27BC9B

RGB

 RED value IS 39 (15.63% from 255) = 10.21%

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

 BLUE value IS 155 (60.94% from 255) = 40.58%

R = 10.21%
G = 49.21%
B = 40.58%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#27BC9B (or 0x27BC9B) is known color: Shamrock. HEX triplet: 27, BC and 9B. RGB value is (39,188,155). Sum of RGB (Red+Green+Blue) = 39+188+155=382 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.21% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #27BC9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BC9B is #D84364. Grayscale: #8B8B8B. Windows color (decimal): -14173029 or 10206247. OLE color: 10206247.

HSL color Cylindrical-coordinate representation of color #27BC9B: hue angle of 166.71º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BC9B is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 39 188 155 -
CMYK 0.79 0 0.18 0.26
HSL 166.71º 0.66% 0.45% -
HSV(B) 166.71º 0.79% 0.74% -
XYZ 24.74 38.76 37.19 -
YUV 139.69 136.64 56.18 -
System Red Green Blue C M Y K H S L
Decimal 39 188 155 0.79 0 0.18 0.26 166.71 0.66 0.45
Hex 27 BC 9B 4F 0 12 1A A7 42 2D
Octal 47 274 233 117 0 22 32 247 102 55
Binary 100111 10111100 10011011 1001111 0 10010 11010 10100111 1000010 101101

Color Harmonies of #27BC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BC9B

Black with #27BC9B

Text Example


Text Example

White with #27BC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27BC9B; }

 p { color: rgb(39,188,155); }

 H1.HeaderClassName
 {
   color: #27BC9B;
 }
 .AnyTagClassName
 {
   color: #27BC9B;
 }
</style>

background-color css

<style>
 a { background-color: #27BC9B; }

 a { background-color: rgb(39,188,155); }

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

border-color css

<style>
 span { border-color: #27BC9B; }

 span { border-color: rgb(39,188,155); }

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