Html Css Color HEX #4AB28B Keppel

📋 copy color: '#4AB28B'

red 74 ◦ green 178 ◦ blue 139

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

Shades of Keppel #4AB28B

Tints of Keppel #4AB28B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.52%

 BLUE value IS 139 (54.69% from 255) = 35.55%

R = 18.93%
G = 45.52%
B = 35.55%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#4AB28B (or 0x4AB28B) is known color: Keppel. HEX triplet: 4A, B2 and 8B. RGB value is (74,178,139). Sum of RGB (Red+Green+Blue) = 74+178+139=391 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.93% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB28B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB28B is #B54D74. Grayscale: #8E8E8E. Windows color (decimal): -11881845 or 9155146. OLE color: 9155146.

HSL color Cylindrical-coordinate representation of color #4AB28B: hue angle of 157.5º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB28B is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 74 178 139 -
CMYK 0.58 0 0.22 0.30
HSL 157.5º 0.41% 0.49% -
HSV(B) 157.5º 0.58% 0.7% -
XYZ 23.4 35.16 29.98 -
YUV 142.46 126.04 79.17 -
System Red Green Blue C M Y K H S L
Decimal 74 178 139 0.58 0 0.22 0.30 157.5 0.41 0.49
Hex 4A B2 8B 3A 0 16 1E 9E 29 31
Octal 112 262 213 72 0 26 36 236 51 61
Binary 1001010 10110010 10001011 111010 0 10110 11110 10011110 101001 110001

Color Harmonies of #4AB28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB28B

Black with #4AB28B

Text Example


Text Example

White with #4AB28B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,178,139); }

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

background-color css

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

 a { background-color: rgb(74,178,139); }

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

border-color css

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

 span { border-color: rgb(74,178,139); }

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