Html Css Color HEX #188C7B Elf Green

📋 copy color: '#188C7B'

red 24 ◦ green 140 ◦ blue 123

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

Shades of Elf Green #188C7B

Tints of Elf Green #188C7B

RGB

 RED value IS 24 (9.77% from 255) = 8.36%

 GREEN value IS 140 (55.08% from 255) = 48.78%

 BLUE value IS 123 (48.44% from 255) = 42.86%

R = 8.36%
G = 48.78%
B = 42.86%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#188C7B (or 0x188C7B) is known color: Elf Green. HEX triplet: 18, 8C and 7B. RGB value is (24,140,123). Sum of RGB (Red+Green+Blue) = 24+140+123=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 140 (55.08% from 255 or 48.78% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 140 - color contains mainly: green. Hex color #188C7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188C7B is #E77384. Grayscale: #676767. Windows color (decimal): -15168389 or 8096792. OLE color: 8096792.

HSL color Cylindrical-coordinate representation of color #188C7B: hue angle of 171.21º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188C7B is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 140 123 -
CMYK 0.83 0 0.12 0.45
HSL 171.21º 0.71% 0.32% -
HSV(B) 171.21º 0.83% 0.55% -
XYZ 13.33 20.38 21.97 -
YUV 103.38 139.07 71.38 -
System Red Green Blue C M Y K H S L
Decimal 24 140 123 0.83 0 0.12 0.45 171.21 0.71 0.32
Hex 18 8C 7B 53 0 C 2D AB 47 20
Octal 30 214 173 123 0 14 55 253 107 40
Binary 11000 10001100 1111011 1010011 0 1100 101101 10101011 1000111 100000

Color Harmonies of #188C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188C7B

Black with #188C7B

Text Example


Text Example

White with #188C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188C7B; }

 p { color: rgb(24,140,123); }

 H1.HeaderClassName
 {
   color: #188C7B;
 }
 .AnyTagClassName
 {
   color: #188C7B;
 }
</style>

background-color css

<style>
 a { background-color: #188C7B; }

 a { background-color: rgb(24,140,123); }

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

border-color css

<style>
 span { border-color: #188C7B; }

 span { border-color: rgb(24,140,123); }

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