#C1E4A0

Color #C1E4A0 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #C1E4A0

Tints of Reef #C1E4A0

Color information

#C1E4A0 (or 0xC1E4A0) is unknown color: approx Reef. HEX triplet: C1, E4 and A0. RGB value is (193,228,160). Sum of RGB (Red+Green+Blue) = 193+228+160=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 228 - color contains mainly: green. Hex color #C1E4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1E4A0 is #3E1B5F. Grayscale: #D2D2D2. Windows color (decimal): -4070240 or 10544321. OLE color: 10544321.

HSL color Cylindrical-coordinate representation of color #C1E4A0: hue angle of 90.88º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1E4A0 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB193228160-
CMYK0.1500.300.11
HSL90.88º55.74%76.08%-
HSV(B)90.88º29.82%89.41%-
XYZ56.0869.3643.69-
YUV209.7899.9116.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.22%
GREEN value IS 228 (89.45% from 255) = 39.24%
BLUE value IS 160 (62.89% from 255) = 27.54%
R=33.22%
G=39.24%
B=27.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1932281600.1500.300.1190.8855.7476.08
HexC1E4A0F01EB5b384c
Octal301344240170361313370114
Binary1100000111100100101000001111011110101110110111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E4A0; }

 p { color: rgb(193,228,160); }

 H1.HeaderClassName
 {
   color: #C1E4A0;
 }
 .AnyTagClassName
 {
   color: #C1E4A0;
 }
</style>
background-color css

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

 a { background-color: rgb(193,228,160); }

 div.DivClassName
 {
   background-color: #C1E4A0;
 }
 .BgClassName
 {
   background-color: #C1E4A0;
 }
</style>
border-color css

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

 span { border-color: rgb(193,228,160); }

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