Html Css Color HEX #188A7C Elf Green

📋 copy color: '#188A7C'

red 24 ◦ green 138 ◦ blue 124

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

Shades of Elf Green #188A7C

Tints of Elf Green #188A7C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 48.25%

 BLUE value IS 124 (48.83% from 255) = 43.36%

R = 8.39%
G = 48.25%
B = 43.36%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#188A7C (or 0x188A7C) is known color: Elf Green. HEX triplet: 18, 8A and 7C. RGB value is (24,138,124). Sum of RGB (Red+Green+Blue) = 24+138+124=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 138 - color contains mainly: green. Hex color #188A7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188A7C is #E77583. Grayscale: #666666. Windows color (decimal): -15168900 or 8161816. OLE color: 8161816.

HSL color Cylindrical-coordinate representation of color #188A7C: hue angle of 172.63º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188A7C is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 24 138 124 -
CMYK 0.83 0 0.10 0.46
HSL 172.63º 0.7% 0.32% -
HSV(B) 172.63º 0.83% 0.54% -
XYZ 13.1 19.83 22.21 -
YUV 102.32 140.23 72.14 -
System Red Green Blue C M Y K H S L
Decimal 24 138 124 0.83 0 0.10 0.46 172.63 0.7 0.32
Hex 18 8A 7C 53 0 A 2E AD 46 20
Octal 30 212 174 123 0 12 56 255 106 40
Binary 11000 10001010 1111100 1010011 0 1010 101110 10101101 1000110 100000

Color Harmonies of #188A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188A7C

Black with #188A7C

Text Example


Text Example

White with #188A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,138,124); }

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

background-color css

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

 a { background-color: rgb(24,138,124); }

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

border-color css

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

 span { border-color: rgb(24,138,124); }

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