Html Css Color HEX #4AB694 Keppel

📋 copy color: '#4AB694'

red 74 ◦ green 182 ◦ blue 148

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

Shades of Keppel #4AB694

Tints of Keppel #4AB694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.63%

R = 18.32%
G = 45.05%
B = 36.63%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#4AB694 (or 0x4AB694) is known color: Keppel. HEX triplet: 4A, B6 and 94. RGB value is (74,182,148). Sum of RGB (Red+Green+Blue) = 74+182+148=404 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.32% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB694 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB694 is #B5496B. Grayscale: #919191. Windows color (decimal): -11880812 or 9745994. OLE color: 9745994.

HSL color Cylindrical-coordinate representation of color #4AB694: hue angle of 161.11º 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 #4AB694 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 74 182 148 -
CMYK 0.59 0 0.19 0.29
HSL 161.11º 0.43% 0.5% -
HSV(B) 161.11º 0.59% 0.71% -
XYZ 24.9 37.05 33.86 -
YUV 145.83 129.22 76.76 -
System Red Green Blue C M Y K H S L
Decimal 74 182 148 0.59 0 0.19 0.29 161.11 0.43 0.5
Hex 4A B6 94 3B 0 13 1D A1 2B 32
Octal 112 266 224 73 0 23 35 241 53 62
Binary 1001010 10110110 10010100 111011 0 10011 11101 10100001 101011 110010

Color Harmonies of #4AB694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB694

Black with #4AB694

Text Example


Text Example

White with #4AB694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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