Html Css Color HEX #4CBA8A Keppel

📋 copy color: '#4CBA8A'

red 76 ◦ green 186 ◦ blue 138

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

Shades of Keppel #4CBA8A

Tints of Keppel #4CBA8A

RGB

 RED value IS 76 (30.08% from 255) = 19%

 GREEN value IS 186 (73.05% from 255) = 46.5%

 BLUE value IS 138 (54.3% from 255) = 34.5%

R = 19%
G = 46.5%
B = 34.5%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#4CBA8A (or 0x4CBA8A) is known color: Keppel. HEX triplet: 4C, BA and 8A. RGB value is (76,186,138). Sum of RGB (Red+Green+Blue) = 76+186+138=400 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #4CBA8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBA8A is #B34575. Grayscale: #939393. Windows color (decimal): -11748726 or 9091660. OLE color: 9091660.

HSL color Cylindrical-coordinate representation of color #4CBA8A: hue angle of 153.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CBA8A is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 186 138 -
CMYK 0.59 0 0.26 0.27
HSL 153.82º 0.44% 0.51% -
HSV(B) 153.82º 0.59% 0.73% -
XYZ 25.13 38.49 30.15 -
YUV 147.64 122.56 76.9 -
System Red Green Blue C M Y K H S L
Decimal 76 186 138 0.59 0 0.26 0.27 153.82 0.44 0.51
Hex 4C BA 8A 3B 0 1A 1B 9A 2C 33
Octal 114 272 212 73 0 32 33 232 54 63
Binary 1001100 10111010 10001010 111011 0 11010 11011 10011010 101100 110011

Color Harmonies of #4CBA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBA8A

Black with #4CBA8A

Text Example


Text Example

White with #4CBA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,186,138); }

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

background-color css

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

 a { background-color: rgb(76,186,138); }

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

border-color css

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

 span { border-color: rgb(76,186,138); }

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