Html Css Color HEX #4ABF8D Keppel

📋 copy color: '#4ABF8D'

red 74 ◦ green 191 ◦ blue 141

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

Shades of Keppel #4ABF8D

Tints of Keppel #4ABF8D

RGB

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

 GREEN value IS 191 (75% from 255) = 47.04%

 BLUE value IS 141 (55.47% from 255) = 34.73%

R = 18.23%
G = 47.04%
B = 34.73%

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

#4ABF8D (or 0x4ABF8D) is known color: Keppel. HEX triplet: 4A, BF and 8D. RGB value is (74,191,141). Sum of RGB (Red+Green+Blue) = 74+191+141=406 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.23% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABF8D is #B54072. Grayscale: #969696. Windows color (decimal): -11878515 or 9289546. OLE color: 9289546.

HSL color Cylindrical-coordinate representation of color #4ABF8D: hue angle of 154.36º degrees, saturation: 0.48, 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 #4ABF8D is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 191 141 -
CMYK 0.61 0 0.26 0.25
HSL 154.36º 0.48% 0.52% -
HSV(B) 154.36º 0.61% 0.75% -
XYZ 26.26 40.64 31.66 -
YUV 150.32 122.74 73.57 -
System Red Green Blue C M Y K H S L
Decimal 74 191 141 0.61 0 0.26 0.25 154.36 0.48 0.52
Hex 4A BF 8D 3D 0 1A 19 9A 30 34
Octal 112 277 215 75 0 32 31 232 60 64
Binary 1001010 10111111 10001101 111101 0 11010 11001 10011010 110000 110100

Color Harmonies of #4ABF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABF8D

Black with #4ABF8D

Text Example


Text Example

White with #4ABF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,191,141); }

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

background-color css

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

 a { background-color: rgb(74,191,141); }

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

border-color css

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

 span { border-color: rgb(74,191,141); }

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