Html Css Color HEX #4AB68C Keppel

📋 copy color: '#4AB68C'

red 74 ◦ green 182 ◦ blue 140

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

Shades of Keppel #4AB68C

Tints of Keppel #4AB68C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.96%

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

R = 18.69%
G = 45.96%
B = 35.35%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#4AB68C (or 0x4AB68C) is known color: Keppel. HEX triplet: 4A, B6 and 8C. RGB value is (74,182,140). Sum of RGB (Red+Green+Blue) = 74+182+140=396 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.69% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB68C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB68C is #B54973. Grayscale: #909090. Windows color (decimal): -11880820 or 9221706. OLE color: 9221706.

HSL color Cylindrical-coordinate representation of color #4AB68C: hue angle of 156.67º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB68C is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 74 182 140 -
CMYK 0.59 0 0.23 0.29
HSL 156.67º 0.43% 0.5% -
HSV(B) 156.67º 0.59% 0.71% -
XYZ 24.29 36.81 30.64 -
YUV 144.92 125.22 77.42 -
System Red Green Blue C M Y K H S L
Decimal 74 182 140 0.59 0 0.23 0.29 156.67 0.43 0.5
Hex 4A B6 8C 3B 0 17 1D 9D 2B 32
Octal 112 266 214 73 0 27 35 235 53 62
Binary 1001010 10110110 10001100 111011 0 10111 11101 10011101 101011 110010

Color Harmonies of #4AB68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB68C

Black with #4AB68C

Text Example


Text Example

White with #4AB68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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