Html Css Color HEX #4ABE8C Keppel

📋 copy color: '#4ABE8C'

red 74 ◦ green 190 ◦ blue 140

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

Shades of Keppel #4ABE8C

Tints of Keppel #4ABE8C

RGB

 RED value IS 74 (29.3% from 255) = 18.32%

 GREEN value IS 190 (74.61% from 255) = 47.03%

 BLUE value IS 140 (55.08% from 255) = 34.65%

R = 18.32%
G = 47.03%
B = 34.65%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#4ABE8C (or 0x4ABE8C) is known color: Keppel. HEX triplet: 4A, BE and 8C. RGB value is (74,190,140). Sum of RGB (Red+Green+Blue) = 74+190+140=404 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.32% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #4ABE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABE8C is #B54173. Grayscale: #959595. Windows color (decimal): -11878772 or 9223754. OLE color: 9223754.

HSL color Cylindrical-coordinate representation of color #4ABE8C: hue angle of 154.14º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABE8C is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 190 140 -
CMYK 0.61 0 0.26 0.25
HSL 154.14º 0.47% 0.52% -
HSV(B) 154.14º 0.61% 0.75% -
XYZ 25.97 40.18 31.2 -
YUV 149.62 122.57 74.07 -
System Red Green Blue C M Y K H S L
Decimal 74 190 140 0.61 0 0.26 0.25 154.14 0.47 0.52
Hex 4A BE 8C 3D 0 1A 19 9A 2F 34
Octal 112 276 214 75 0 32 31 232 57 64
Binary 1001010 10111110 10001100 111101 0 11010 11001 10011010 101111 110100

Color Harmonies of #4ABE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABE8C

Black with #4ABE8C

Text Example


Text Example

White with #4ABE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4ABE8C; }

 p { color: rgb(74,190,140); }

 H1.HeaderClassName
 {
   color: #4ABE8C;
 }
 .AnyTagClassName
 {
   color: #4ABE8C;
 }
</style>

background-color css

<style>
 a { background-color: #4ABE8C; }

 a { background-color: rgb(74,190,140); }

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

border-color css

<style>
 span { border-color: #4ABE8C; }

 span { border-color: rgb(74,190,140); }

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